Ask a Question related to ASP.NET Security, Design and Development.
-
Neil #1
How logout in code that using Window Authentication?
Hi,
We using Window Autoentication, but we want logout in our code, how
should i do?
Thanks.
Neil.
Neil Guest
-
Windows Authentication Window when using CF
Hi, My System: Windows 2003 Server with IIS6,CF MX 7 Standard Every time i try to open a cfm page in the browser i get the... -
ASP.NET Forms Authentication don't work on some Window XP
(Type your message here) I am working on ASP.NET project where I am using formauthentication, it seems to work fine on all OS including XPexcept on... -
forms authentication automatic logout without timers?
Hello, I have a web application that uses forms authentication. I have been asked to implement a feature that logs users out automatically if they... -
Basic Authentication Logout
I have an app with basic authentication turned on. I want to have a logout button. What code do I need to supply in my asp.net to logoff the user... -
window sizing & close this window code
Sharon wrote on 16 jul 2003 in microsoft.public.inetserver.asp.general: No ASP to be seen, Sharon, please see a clientside NG, --... -
Raterus #2
Re: How logout in code that using Window Authentication?
You can't, once authenticated always authenticated with that authentication type. What you could do is instead of <identity impersonate="true">, set that to false, and then just impersonate with code when you want to, perhaps make a forms based application to simulate logging in/out. But this is really impractical when working with windows authentication, these applications are usually located on the intranet, and there is really no need to log in/out of them.
--Michael
"Neil" <neilxu@nfs.com.cn> wrote in message news:uMQSKBdhEHA.3928@TK2MSFTNGP11.phx.gbl...> Hi,
> We using Window Autoentication, but we want logout in our code, how
> should i do?
>
> Thanks.
> Neil.
>
>Raterus Guest



Reply With Quote

