RE: Access to path denied

From: David Coe, MCP (anonymous_at_discussions.microsoft.com)
Date: 05/20/04


Date: Thu, 20 May 2004 11:16:07 -0700

The user that you are running ASP.NET does not have access to the file location ... what you need to do is look at your %drivve%\WINNT\Microsoft.NET\Framework\<version>\CONFIGmachine.config file in the <processModel> section to see what you are running ASP.NET as. If you are running it as ASPNET (or some other custom user), the user will have to be added to the file system as a "Read Only" user.