I’m currently alternating between a few ASP.Net MVC project in my spare time and I’ve noticed that Forms authentication “spills over” between them. I.e. I do some work to project a and log in to test some functionality. Then I switch to project b and when I start that up I’m already signed in as the login from project a is still remembered by the browser and my local IIS Express.
Is there anything I can do to prevent this?
Change
nameandpathbetween different applications:Explained: Forms Authentication in ASP.NET 2.0