asp.net mvc - Log out from windows authentication application -


i want develop webapplication user can login automaticly data active directory or logout form user can enter other user data login user. set in web.config

<authentication mode="windows"/> <authorization>   <deny users="?" /> </authorization> 

but loged in. how can log out , open simple form enter user data of user?

you can't logout windows authentication, that's whole idea of type of authentication: log windows , on single sign on. need open browser under user.

if want enable functionality use forms authentication against ad impersonation.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -