Click here to Skip to main content
16,018,202 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am deploying my web application on iis6. I kept receive this "windows security" pop up to enter user name and password.. I have already disabled anonymous user, and checked integrated windows authentication but it just wont "automatically" login.

What should i do?

I have check the security settings-local intranet zone: "login as automatic logon only in Intranet zone"!
Posted
Comments
E.F. Nijboer 27-Apr-12 5:35am    
Have you tried adding the web application url to the intranet security zone in internet explorer? (http://support.microsoft.com/kb/174360)

1 solution

If you have windows authentication in place for your app and you don't want to prompt for username-password, then you need to try: "Automatic logon with current username & password" option.

Further, make sure the website setup in IIS allows the windows authentication along with your web.config.
 
Share this answer
 
Comments
huatsin 27-Apr-12 5:52am    
what do you mean website setup in IIS allows the windows authentication with you web.config? do u mind elaborate? i've tried "automatic logon with current username & password", its doesnt work, maybe is e setup that ive missed out?
Sandeep Mewara 27-Apr-12 8:46am    
For windows authentication:
1. Set the authentication type in web.Config
2. Set the Authentication mode as Windows in IIS


Now, since it's windows authentication mode, you have to provide some windows login. Hence, option "Automatic logon with current username & password".

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