Xavier Poinas
Xavier Poinas

Reputation: 19733

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.

Upvotes: 1

Views: 5383

Answers (2)

Konstantin Sch
Konstantin Sch

Reputation: 89

You should use forms auth if you want to show good ui login, logout forms. Via IIS you can verify ldap users.

Upvotes: 0

Bryan
Bryan

Reputation: 8778

Found it:

ASP.NET Windows Authentication logout

Upvotes: 1

Related Questions