Reputation: 690
I am trying to run a website from IIS with Widows Authentication. The authentication window pops up and I enter my credentials thrice and then I get this message on page
"You are not authorized to view this page
HTTP 401.3 - Access denied by ACL on resource Internet Information Services"
Config IIS 5.1 Windows XP - Windows XP SP3
I think I have everything needed in my cofig..
<authentication mode="Windows"/>
<identity impersonate="true"/>
<authorization>
<allow users="*"/>
</authorization>
I even tried this link
http://support.microsoft.com/default.aspx?scid=kb;en-us;896861
But didn't change anything.
Please Help.
Upvotes: 1
Views: 7694
Reputation: 4400
check the application pool user permissions on the application folder. your user might not have windows permissions to access the folder
Upvotes: 3