I have used added <identity impersonate="true" /> to the web.config file which should impersonate the ****_Anon user on the Win2003 server. The admin claims that that user has been given write permission. Even using a simple script to write to a text file it fails witht the following errors. http://sjraces.org/test.aspx Is there something I am missing????
message:
File Creation failed. Reason is as follows
System.UnauthorizedAccessException: Access to the path "E:\Websites\sjraces.org\fpdb\test.txt" is denied. 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 _ASP.test_aspx.WriteToFile(Object sender, EventArgs e)