I want to be able to debug two instances of an MVC project as two different users with different sessions. If I use two tabs or even two seperate windows, the session is shared between the two users. Is it possible to seperate sessions while debugging locally?
Open two Visual Studio instances and run both projects in two different browsers. Also change port for one project.