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?