Search code examples
asp.netwindows-authentication

ASP.NET Windows Authentication - Logging Off


I have an ASP.NET application using Windows Authentication. At the moment the only way for a user to log-off the application is to close the browser (it is a pain because closing the tab itself is not enough).

I would like to have a log-off button so make it easier to log-in as a different user.

Is it possible at all (IE and/or Firefox)?

Thanks.


Solution

  • Found it:

    ASP.NET Windows Authentication logout