Search code examples
c#asp.net-mvcsessionvisual-studio-debugging

Can I debug an MVC 5 application in 2 different sessions?


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?


Solution

  • Open two Visual Studio instances and run both projects in two different browsers. Also change port for one project.