Support multiple web applications in a solution
It would be useful to be able to have more than one web application in a solution and a way to select which one to deploy. Preferably this would be in the application settings.
This would be useful when there are accessory web projects (i.e. testing, samples, etc) or when you want to separate functionality into multiple independent applications (i.e. API and main web site).
78
votes
1 comment
-
Rangoric
commented
My main reason for this is I tend to have a Website Application for the JavaScript Unit Tests, so that they aren't cluttering up the main website application.