I have a solution with a number of projects in it. Even if I set the web project's start options to:
http://localhost
.And the startup project to:
When I press start debugging, IIS express launches (shows up on the taskbar). How do I prevent from IIS Express from launching? I am only running a console application, and don't want IIS Express running.
In fact, all of the websites in the solution launch in IIS, and they consume resources on my machine unnecessarily.
There's easy way to do this: in web project's properties F4 (NOT right click-> properties) set "always start when debugging" to false
In the Property Pages-> Start Options: Set Start Action = "Don't open a page..."; Set Server -> Use custom server and leave Base URL blank.
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