Server won't let my app Delete
-
My ASP.NET web application has a file upload feature. I can upload files, and download those files, but the server won't let me delete them (using System.IO.File.Delete and similar), giving an error of System.UnauthorizedAccessException: Access to the path "" is denied. Anybody suggest how I might get my app to have the required permission to Delete the file? ...and, while we're at it, why can I write and read, but not delete?? Using IIS, f
-
My ASP.NET web application has a file upload feature. I can upload files, and download those files, but the server won't let me delete them (using System.IO.File.Delete and similar), giving an error of System.UnauthorizedAccessException: Access to the path "" is denied. Anybody suggest how I might get my app to have the required permission to Delete the file? ...and, while we're at it, why can I write and read, but not delete?? Using IIS, f