开发者

Folder and File permission

开发者 https://www.devze.com 2023-03-05 05:50 出处:网络
I\'m basically building an ASP.NET MVC application that acts as a file browser. My file browser is unable to get the subdirectories of C:\\Documents and Settings because the service account that my AS

I'm basically building an ASP.NET MVC application that acts as a file browser. My file browser is unable to get the subdirectories of C:\Documents and Settings because the service account that my ASP.NET MVC app uses doesn't have permission to read that folder.

How can my app che开发者_如何转开发ck if my the current service account is granted to view a folder? I would like to avoid raising an exception.

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消