ASP.NET MVC + AD + Windows Authentication: How to Logout
Friday, March 19th, 2010In ASP.NET MVC applications using Windows Authentication against a domain, we have two possible ways to login: 1) If the user is on a PC added to the domain, login to the application is not needed becasue it is done automatically with the user's credentials 2) If the user wants to use ...