I have made an mvc3 application with Windows Authentication. Everything works fine but I can’t seem to find a way to log-out. I have read that I have to use forms Authentication with AD impersonation, because I still want to access the guid from the ad. Has anyone else found a different method to do this.
I have made an mvc3 application with Windows Authentication. Everything works fine but I
Share
There is a Javascript solution in order to do this. Otherwise, I’m not sure that it can be done without impersonation or use the
FormsAuthenticationoption.