[求助]请问当从程序向服务器端创建一个文本文件并写入数据的时候出现如下异常怎么办
System.UnauthorizedAccessException: 对路径“c:\inetpub\wwwroot\HashFile_Cookies\Login.txt”的访问被拒绝。 at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path, Boolean append) at System.IO.File.CreateText(String path) at HashFile_Cookies.HashFile.WriteHashtableToFile(Hashtable table, String fileName) in c:\inetpub\wwwroot\hashfile_cookies\hashfile.cs:line 53 at HashFile_Cookies.login.Button1_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\hashfile_cookies\login.aspx.cs:line 84我都已经把文件的权限改了可以写入的。。。