Home : ASP.NET :
Why can I still access my ASP.NET pages even though I disabled anonymous access to my directory?

Category : ASP.NET

After disabling anonymous access in the permission manager in the control panel, ASP.net pages are still accessible without getting prompted with authentication. 

In order to force ASP.net to take NTFS permission into consideration, the authentication mode in the web.config file must be set to Windows.


Created : 23 Jun 2002
Modified : 23 Jun 2002
Viewed : 1482 times.
Print Article