Access to path is denied

From: Phil (elpapb_at_lboro.ac.uk)
Date: 03/25/04


Date: Thu, 25 Mar 2004 05:46:09 -0800

I've developing an ASP.NET C# web application and until recently, everything was running fine. Now, if I File.Delete on a file in a specific folder, I get the 'Access to path C:\inetpub\wwwroot\pages\forms\training.doc is denied' error.

However, it is only on this specific folder. If the code executes a File.Delete on another file in a different folder, it works fine.

Both folders have exactly the same permissions.

Please help!