unwanted ASP.NET development servers

B

BillE

Using VS vb.net 2008

In my solution I have both web projects and windows forms projects.

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.

How can I prevent this?

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) .

Thanks
Bill
 
S

sloan

Huh?

Under the ***solution*** properties, there is "Single Startup" and "Multiple
Startup" options.

Make sure that hasn't been altered somehow.
 
B

BillE

Single Startup is selected.

The web projects don't actually start (as far as I can tell); but a ASP
development server is created for each one. That is, there are 7 web
projects, and 7 development servers are started.

Thanks
 
R

rowe_newsgroups

Using VS vb.net 2008

In my solution I have both web projects and windows forms projects.

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.

How can I prevent this?

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) .

Thanks
Bill

Somewhere, and for the life of me I can't remember where, there is a
setting to not start a Cassini instance for the web sites that aren't
set up as the startup application. I'll post back if I find the
setting, at least it might give you something else to search for.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top