私はこの質問がここで何度も尋ねられたことを知っていますが、私の問題の解決策を見つけることができません。私は.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)
私は、このフォルダ(savehere)にフルコントロールを与えたnetwork service
とiis_iusrs
さえへのフルコントロールを与え、everyone
それでもこの例外を取得します。エクスプローラーとIISマネージャーを介してアクセスを許可しようとしたが、まだうまくいかない
Windows Server 2008 R2とIIS 7.5で実行しています。誰にアクセス権を与える必要がありますか?
ありがとう