我無法使用FileUpload.SaveAs()或File.WriteAllText()將文件保存在Web服務器上。我保存在該文件夾是文件模式666.無法在網絡服務器上保存文件:System.UnauthorizedAccessException
我的代碼是這樣的:
File.WriteAllText( 「」 在MapPath()+ 「\\ \\廣告test.jpg放在」, 「測試」);
此代碼在Dev中完美工作。服務器。
最好的問候, 拉塞Espeholt
System.UnauthorizedAccessException:對路徑*」被拒絕。 (System.IO.FileStream.Init(String path,FileMode mode,FileAccess access,Int32 rights,Boolean useRights,FileShare share,Int32 bufferSize,FileOptions options,System.IO)中的錯誤代碼爲 。Error.WinIOError(Int32 errorCode,String maybeFullPath) at System.IO.FileStream.Init SECURITY_ATTRIBUTES secAttrs,String msgPath,Boolean bFromProxy 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) at System.Web.HttpPostedFile.SaveAs(String filename) at System.Web.UI.WebControls.FileUpload.SaveAs(String filename) at *(Object sender,ListViewInsertEventArgs e )
訪問路徑*'被拒絕 - 這是一個實際的錯誤還是您從異常中刪除了路徑? – 2009-07-21 08:17:20