简体   繁体   English

我可以在 2 个不同的会话中调试 MVC 5 应用程序吗?

[英]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.我希望能够将 MVC 项目的两个实例作为具有不同会话的两个不同用户进行调试。 If I use two tabs or even two seperate windows, the session is shared between the two users.如果我使用两个选项卡甚至两个单独的 windows,则 session 将在两个用户之间共享。 Is it possible to seperate sessions while debugging locally?在本地调试时是否可以单独的会话?

Open two Visual Studio instances and run both projects in two different browsers.打开两个 Visual Studio 实例并在两个不同的浏览器中运行这两个项目。 Also change port for one project.还要更改一个项目的端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM