I have a VS (2013) solution containing two unittest project's and a seperate webproject. The webproject has no relation to the unittest projects. The unittest projects is covering integration test of another solution and the webproject is a dashboard showing the results of these tests. They dont require each other to run as the test results are stored on an external server.
My issue is: When I debug one of my tests (right click + debug test), the webproject is also started and the IIS express will be running. While this does not affect my tests, it is very annoying. How do I make sure the webproject is not automatically started when debugging the tests? The project is NOT set as startup project.
I know that I could simply create two separate solutions, but I want to keep the projects in a single solution.
Thank you for your help.
The Microsoft C/C++ for Visual Studio Code extension supports IntelliSense, debugging, code formatting, auto-completion. Visual Studio for Mac doesn't support Microsoft C++, but does support . NET languages and cross-platform development.
Visual Studio C/C++ IDE and Compiler for Windows.
Click on your webproject, hit F4, there is an option "Always start when debugging", you should turn-off this option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With