H
HNguyen
Access denied error while uploading a file to a web server.
I am getting the following error while trying to upload a file to our web
server: Error: Access to the path "e:\web\...\DBConnection.txt" is denied.
We are working with IIS 6.0 on Windows 2003 Server running .NET Framework
1.1. To perform the upload we are using PostedFile.SaveAs(FileLocation).
We have tried the following solutions:
1.. ASP.NET Machine Account has Modify, Read, Write and Execute
permissions from the top down.
2.. IUSER_Machine has Modify, Read, Write and Execute permissions from the
top down.
3.. Indexing Services is not running
4.. Temporarily granted administrative rights to ASP.NET Machine Account.
Thanks in advance.
I am getting the following error while trying to upload a file to our web
server: Error: Access to the path "e:\web\...\DBConnection.txt" is denied.
We are working with IIS 6.0 on Windows 2003 Server running .NET Framework
1.1. To perform the upload we are using PostedFile.SaveAs(FileLocation).
We have tried the following solutions:
1.. ASP.NET Machine Account has Modify, Read, Write and Execute
permissions from the top down.
2.. IUSER_Machine has Modify, Read, Write and Execute permissions from the
top down.
3.. Indexing Services is not running
4.. Temporarily granted administrative rights to ASP.NET Machine Account.
Thanks in advance.