1

In web.config, I am using:

<authentication mode="Windows"/> 

to connect my user. The authentication is automatic. But sometimes, I need to change the user account.

How can I open the authentication window of my web browser on a button click?

Brij
  • 11,731
  • 22
  • 78
  • 116
  • You could use impersonation, check this http://support.microsoft.com/default.aspx?scid=kb;en-us;306158 – Brij Apr 05 '13 at 11:04

1 Answers1

0

Another S.O topic show that you have to use forms authentification to be able to logout...

See the topic

Community
  • 1
  • 1
JoDev
  • 6,633
  • 1
  • 22
  • 37