Re: Disable NT Windows Login for asp.net



Hello,

for the Internet Explorer, you can control this on the clients - the default setting is "Automatic logon only in intranet zone". Either add your server url into the Intranet zone (recommended) or enable the automatic logon for other zones.

Best regards,
Henning Krause


<ntuyen01@xxxxxxxxx> wrote in message news:1154099574.065504.184600@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,

I create an intranet web application using asp.net 2.0.
I set the authentication mode="Windows" in the web.config, and set IIS
as NT Authentication and uncheck the anonymous login box.

If I run on my local machine, the NT Windows dialog box login will not
popup, but I still get the "Domain/UserName",. Now I put that web
application on the production server then the NT Windows Login dialog
box will popup to ask the users for their username and password. Is
there a way to disable this box to popup, but I still get the
Domain/UserName.

I read some article, it tell me to set the "Domain/UserName" or
Domain/Group user in the production server where the application run,
then the NT Windows Login dialog box will not popup. Is that true? If
it is true, then how do I set that up.

Please help.

Thanks


.



Relevant Pages