I have an MVC application that generally uses Basic Authentication. This allows us to change the application user to a different Active Directory user for cetain administrative functions. We do this by setting the response.StausCode = 401 thus :-I have an MVC application that generally uses B