Stop DB Project Launching by default when hit F5.

84 Views Asked by At

Using: MVC3, Vs2010, and a DbProject

In a Solution I have an MVC3 project and a DB project. Whenever I hit f5 to startup the MVC project, the DBproject starts before. I dont want this behavior. I just want to launch the MVC project and not both projects.

The MVC project its set up as start up project.

Any Ideas?

1

There are 1 best solutions below

0
Daniel Schlößer On BEST ANSWER

Right click the solution and select configuration manager. Then uncheck the DB Project for the build configurations you need.