G
Guest
Hi,
I'm working on an ASP.NET application that allows users to upload images to
a central storage area and view using a HTTP handler.
This works great if the files are stored on a local drive on the web server.
The problem I have is that when I move this storage area to a share on
another machine with full permissions for everyone I still get
System.IO.FileNotFoundException.
Are there any other additional other permissions for the ASPNET account on
the web server that need to be set before I can access remote shares?
Many thanks
I'm working on an ASP.NET application that allows users to upload images to
a central storage area and view using a HTTP handler.
This works great if the files are stored on a local drive on the web server.
The problem I have is that when I move this storage area to a share on
another machine with full permissions for everyone I still get
System.IO.FileNotFoundException.
Are there any other additional other permissions for the ASPNET account on
the web server that need to be set before I can access remote shares?
Many thanks