이 질문이 여기에서 여러 번 요청되었지만 내 문제에 대한 해결책을 찾을 수 없습니다. .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에서 수행하고 있습니다. 누가 액세스 권한을 부여해야합니까?
감사