Hi all,
I am getting this UnauthorisedAccess Exception when I try to delete a file using the File.Delete() method...I hav permitted full control to NETWORK SERVICES, IUSR_(user name) and ASP.NET Machine Account on the folder that contains the file to be deleted..i'm stumped..i even tried impersonating user (administrator) in the web.config file but nothing seems to be able to budge the exception...
My page also contains a file upload module that enables users to upload file(to the same folder) and that part works perfectly fine..when i try to delete the same file..it says access is denied to the path(full path upto the folder in question)...pls do help all ya brilliant folks out there...i cant blv this error has wasted my entire day already...
Thnx in adv
inAweOfOOP.