greeskfrurn
New Member
I have an asp.net application running on iis6 (windows-server 2003).The application is configured as a virtual directory under some random other application in iis.I configured my (virtual) application node in iis like following:- disabled anonymous access- enabled windows authentication (disabled all other authentication methods)my web.config looks like that: \[code\]<authentication mode="Windows" /><identity impersonate="false"/><roleManager enabled="true" /><authorization> <allow users="*"/></authorization>\[/code\]My problem is: when i have anonymous access disabled, the users cant log in with their Active Directory usernames. They get the error message:"You are not authorized to view this page."Does anybody have an idea what the problem could be?Glad for any help!