in ASP.Net, forms authentication, For Testing purposes, we need to enable our QA users who are currently logged into our app to be able to enter an AD ad username, and get logged in as that user.
I thought that
FormsAuthentication.SignOut(); FormsAuthentication.SetAuthCookie(userName, false);
Would do the trick, but it does not. can anyone point me in the right direction?