c# - Change user with authentication windows -


in web.config, using:

<authentication mode="windows"/>  

to connect user. authentication automatic. sometimes, need change user account.

how can open authentication window of web browser on button click?

another s.o topic show have use forms authentification able logout...

see the topic


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -