all groups > iis security > december 2005 >
You're in the

iis security

group:

Windows Authentication how to avoid POP up


Re: Windows Authentication how to avoid POP up Jon Phipps
12/22/2005 7:36:10 AM
iis security:
make sure you are allowing annonymous connections to the website, this is
default behaviour. Also allow all computers and IP's access(again this is
default but can be changed)

Jon

Windows Authentication how to avoid POP up Reji
12/22/2005 2:51:46 PM
Hi All

I am facing one problem while accessing the website created in my local
system(Logged in a domain)



In IIS I enabled windows authentication for the site.

1) If I try to access the site like

http://IP address/ .. then the windows login pop up is coming



2) if I try

http://localhost it will not ask for the windows login pop up



How can I prevent the windows login pop in first case



Please give your comments



Thanks

Reji

Re: Windows Authentication how to avoid POP up David Wang [Msft]
12/22/2005 9:26:00 PM
http://blogs.msdn.com/david.wang/archive/2005/07/04/Why_you_get_login_prompt_on_VS2005_with_Integrated_Auth.aspx

IE treats dotted IP address as Internet, which is in a different Internet
Zone than localhost. It also has different auto-login behavior for those
Zones.

To prevent the login dialog, make sure to give IE a URL that goes into the
appropriate Zone with the appropriate auto-login behavior.

This is not an IIS issue because the browser is responsible for dealing with
authentication - which includes auto-login.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

[quoted text, click to view]

AddThis Social Bookmark Button