Reputation: 19733
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
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