I
Iain
All,
I am getting an error with the following code :
FileUpload1.PostedFile.SaveAs("//myserver/MyDirectory);
When trying to write to this directory the following error is returned :
UnauthorizedAccessException: Access to the path
This directory exists but for some reason I can't access it via my
ASP.NET application.
I have granted NETWORK_SERVICE access to this folder.
On my dev environment this error doesn't appear.
Windows Server version is 2007.
Any ideas?
Iain
I am getting an error with the following code :
FileUpload1.PostedFile.SaveAs("//myserver/MyDirectory);
When trying to write to this directory the following error is returned :
UnauthorizedAccessException: Access to the path
This directory exists but for some reason I can't access it via my
ASP.NET application.
I have granted NETWORK_SERVICE access to this folder.
On my dev environment this error doesn't appear.
Windows Server version is 2007.
Any ideas?
Iain