Hello,
I have found via this thread of the same subject that:
"This error can be caused for many reasons but these 2 are very common:
1. The folder on the physical drive is not shared (ASP.NET Pocess has no permission to access the folder)
2. The application requires ASP.NET Process to have administrator rights to run."
I am an admin on the network, and i have the destination folder writable and shared. When run my application on the localhost (from .NET) I can save a file to the destination folder, move the file around, print it, etc. When i run the app on the web server, I get the afforementioned exception highlighting the line of code that reads FileUploadControl.SaveAs(SavePath);
I think it may be simply a priveledge issue but I am uncertain ...
Go to the complete details ...