Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 automatically start web project

I am using Visual Studio 2012. I have created several web applications. At one point I set the projects to automatically start when I run the startup project. Now I would like to change that option so they do not start but I cannot find it anywhere. I have searched the internet including SO and can't seem to find the right keywords to find the search results that would give me the answer. It is driving me nuts!

Can someone please tell me how to tell VS 2012 not to automatically start?

like image 869
Gene S Avatar asked Feb 19 '23 20:02

Gene S


1 Answers

You are probably looking for this option: Always Start when Debugging. It is a per-project setting, see Properties window (F4). Answer taken from this question on stackoverflow.

like image 126
Neolisk Avatar answered Feb 21 '23 10:02

Neolisk