Posted on: 7/23/2014 7:45:12 PM | Views : 422

hi all,
I have this web site taht is working just fine in VS 2008, however, when I move the site folder under C:\inetpub\wwwroot and I try to access the page using the IIS 7.0 running on the same machine I get:
401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials that you supplied. this is my web.config:
<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <configSections> <sectionGroup name="sys ...

Go to the complete details ...