Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an MVC3 Intranet app that uses Windows authentication. Also how I can allow anonymous access to the website.

My IIS7 settings are as follows:

Anonymous - Enabled <---------- Use Domain User
ASP.NET Impersonation - Disabled
Basic Authentication - Disabled
Digest Authentication - Disabled
Forms Authentication - Disabled
Windows Authentication - Enabled - HTTP 401 Challange NTML

Additionally, in my web.config file, authentication mode is set to Windows.

With that said, is there a way to allow anonymous access to a MVC app in IIS 7+?
Posted
Comments
ZurdoDev 20-Nov-12 8:06am    
You don't want to do anonymous and windows at the same time, even if it would let you. Anonymous means the browser will not send the username as part of the request so you'll never know who the users are.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900