Windows Vista Beta | WinVistaBeta.com - Message | How to prevent ASP.NET development server to start if it is not needed

September 07, 2008  
Subject: How to prevent ASP.NET development server to start if it is not needed
Group: microsoft.public.vstudio.general
Date: 4/28/2008 1:47:28 AM
From: "Olivier MATROT" [Email Address Protection]

Hello,

I'm using Visual Studio 2008.
I have a large solution with 50 projects (4 ASP.NET Web Sites).
Each time I'm starting a project in debug mode (F5), ASP.NET Develoment
Server starts for each ASP.NET web sites even if it is not needed (No
project dependencies with the project I'm currently debugging). How can I
manually choose if ASP.NET Development Server starts ?

TIA.


Back