Reputation: 869
I've a solution with two projects on VS2008: an ASP.NET Web App and a Windows App. They don't depend on eachother.
Is it possible to prevent Visual Studio from doing a "Start project" for the Windows App when I'm Debugging?
On this question are solving a similar issue with WCF Apps but not with Windows Apps.
Thank you in advance.
Juan Hoyos
Upvotes: 1
Views: 369
Reputation: 6973
you should be able to set the startup on any project by right clicking and selecting "start as startup". You can also set a start page for an ASP.NET App by clicking that page and saying "set as start page"
Upvotes: 1
Reputation: 63512
To set the solution startup project:
To set the web application as the startup project:
To manually run the web application:
Upvotes: 1