Link to home
Start Free TrialLog in
Avatar of jeremyll
jeremyll

asked on

Error Summary HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource

localhost won't load up on my computer correcrlty.

I have windows 7 64bit, visual studio 2010 web developer express.

The following error message loads up each time I attempt to load localhost:

Error Summary
HTTP Error 401.3 - Unauthorized
You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.


Likely causes:    
* The user authenticated by the Web server does not have permission to open the file on the file system.
    * If the resource is located on a Universal Naming Convention (UNC) share, the authenticated user may not have sufficient share and NTFS permissions, or the permissions on the share may not match the permissions on the physical path.
    * The file is encrypted.

I've gone into the directories in windows explorer and made sure that the read/write permissions are 'Allowed'.

it's frustrating, as I'm trying to get batter with ASP.NET very quickly. Any help is much appreciated.
Avatar of jeremyll
jeremyll

ASKER

also:

Detailed Error Information
Module      IIS Web Core
Notification      AuthenticateRequest
Handler      StaticFile

Error Code      0x80070005
Requested URL      http://localhost:80/
Physical Path      C:\inetpub\wwwroot
Logon Method      Anonymous
Logon User      Anonymous
ASKER CERTIFIED SOLUTION
Avatar of dailypcguy
dailypcguy
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@dailypcguy: I have done that. went through and checked that they're all read/write permissions checked.