Ask a Question related to ASP.NET Security, Design and Development.
-
Andrzej Nycz #1
Can't logoff from IIS with Windows Identity
Hi,
I'm using Windows Authentication in my ASPNET application, but there is no
way to logoff user beside to close the browser because user is cached on
client side.
any solutions ??, help, please...
Andy
Andrzej Nycz Guest
-
Windows 2003 switch user accounts without logoff
I have a AD server that I am currently only able to login to by remote desktop. I changed permissions on remote desktop access to let a domain... -
Old ASP Windows User Identity
Is there a way in ASP (3.0, not .NET) for me to determine who the current windows users is (i.e. the user who was authenticated and who is... -
cannot logoff from windows xp
Hi, i have windows xp home edition service pack1 installed in my computer. I have a problem with logoff and restart links in start menu. i am not... -
resetting password for windows XP identity
My second computer has only one identity on it. I changed the password to make sure my son was not going on the internet when I did not know it. ... -
Windows XP logoff
I have a client than when she is logged onto the network for a minimum of an hour. She can no longer logoff of her computer. If she goes to... -
Paul Clement #2
Re: Can't logoff from IIS with Windows Identity
On Fri, 24 Sep 2004 20:28:32 +0200, "Andrzej Nycz" <andrzej.nycz@docusoft.pl> wrote:
¤ Hi,
¤ I'm using Windows Authentication in my ASPNET application, but there is no
¤ way to logoff user beside to close the browser because user is cached on
¤ client side.
¤
¤ any solutions ??, help, please...
This is correct. The only way to flush credentials is via the browser or underlying browser
technology. In addition, the process (if supported) would be different depending upon the type of
browser being used. For example there is an ActiveX component that will enable you to do this with
IE but it would have to be downloaded and installed on the client first.
The best way to enable this feature is to use Simple Forms Authentication instead of Basic or
Integrated NT authentication.
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

