when I try to view my asp file , the browser show message below:
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.
Module | IIS Web Core |
---|---|
Notification | AuthenticateRequest |
Handler | ASPClassic |
Error Code | 0x80070005 |
Requested URL | http://localhost:80/dreamhome/client.asp |
---|---|
Physical Path | C:\inetpub\wwwroot\dreamhome\client.asp |
Logon Method | Anonymous |
Logon User | Anonymous |
I tried all of the solution (add IUSR, give user full control, enabled anonymous authentication, application pool identity, etc),but no one works
now is just one asp file unauthorized, other asp file is normal and work fine on my browser
and if I use other's PC, all of my file works correctly, but if using own PC will appear the error message again
How do I fix this problem?