Reputation: 141
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?
Upvotes: 1
Views: 139
Reputation: 69
Open two Visual Studio instances and run both projects in two different browsers. Also change port for one project.
Upvotes: 1