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?
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?