B
BillE
Using VS 2008
In my solution I have both web projects and windows forms projects.
I want to prevent web developement servers from being created
unnecessarily.
Even if I have a windows form project as the StartUp project, all the web
projects have to start their own ASP.NET development server.
I know how to change the Use Custom Server in the Start options for the web
site, but then I have to supply a web server (which I don't want to do) or
else get a notification that I should enter a web server for the custom
server.
All I want is for the web projects not to start a development web server if
they aren't the startup project.
In my solution I have both web projects and windows forms projects.
I want to prevent web developement servers from being created
unnecessarily.
Even if I have a windows form project as the StartUp project, all the web
projects have to start their own ASP.NET development server.
I know how to change the Use Custom Server in the Start options for the web
site, but then I have to supply a web server (which I don't want to do) or
else get a notification that I should enter a web server for the custom
server.
All I want is for the web projects not to start a development web server if
they aren't the startup project.