最佳答案
我试图保存一个图像到。net c#的文件夹,但我得到这个异常:
Access to the path 'C:\inetpub\wwwroot\mysite\images\savehere' is denied.The error occured at mscorlib because at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
我把这个文件夹(保存在这里)的完全控制权交给了network service
和iis_iusrs
,甚至把完全控制权交给了everyone
,但仍然得到这个异常。
我试图通过浏览器和IIS管理器访问,仍然没有运气
我是在Windows server 2008 R2和IIS 7.5上做的,我需要给谁访问权限?