Visual Studio 2017 - I inherited code for a server. Sits on an IIS port 60480 and waits for a call to a controller. At least that is what it is supposed to do.
When I press the green arrow next to Server (on the right), it starts and runs one of the test controllers.
The test runs correctly, but then when I close the test browser window, it stops debugging. I don't want the test script to be called at all!
I'm afraid I don't know how this "script" is set up. So that I can change it.
What I want is for NO test function to be called at all; rather, it should just wait for a call to come in from the front end.
I appreciate any help. Thanks in advance. Chuck ("Yogi")