1

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.

Xavier Poinas
  • 19,377
  • 14
  • 63
  • 95
  • Then post a link to the dupe. I don't see it. – Bryan Dec 02 '09 at 01:19
  • possible duplicate of [ASP.NET Windows Authentication logout](http://stackoverflow.com/questions/1067263/asp-net-windows-authentication-logout) – Tim Jan 27 '14 at 17:00

2 Answers2

1

Found it:

ASP.NET Windows Authentication logout

Community
  • 1
  • 1
Bryan
  • 8,748
  • 7
  • 41
  • 62
0

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