FileStream
Web サーバーから他のサーバーにアップロードしたファイルを書き込もうとしていますが、エラーが発生しています:
Logon failure: unknown user name or bad password.
Stack Trace:
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, FileAccess access)
アプリケーション プールは「ネットワーク サービス」の下で実行されており、このユーザーの他のサーバーのフォルダー アクセス許可を「ネットワーク サービス => フル コントロール」に設定しました。