Windows authentication with asp.net 2.0

  • Thread starter Thread starter Coder
  • Start date Start date
C

Coder

I am using windows authentication, I noticed that if I am already
authenticated on the network, there is no popup asking me to user name
and password. I am wondering if there is a way to force to popup to
come up, even if the user logged on to the current machine is a valid
user.
 
You have to enable Basic auth in IIS for your web app...

I am using windows authentication, I noticed that if I am already
authenticated on the network, there is no popup asking me to user name
and password. I am wondering if there is a way to force to popup to
come up, even if the user logged on to the current machine is a valid
user.
 
Back
Top