To specify the Web server for an already-created Web site, open your local website
with VS 2005 and, in the Solution Explorer, right-click the name of the Web site for
which you want to specify a Web server, and then click Property Pages.
In the Property Pages dialog box, click the Start Options tab.
Under Server, click Use custom server.
In the Base URL box, type the URL that VS 2005 should start when running the current Web site.
You can use localhost, your machine name, or an assigned domain name for your IP.
From that point on, the VS.NET IDE will not use the internal web server,
but will use IIS to open your pages, i.e., if you are working on default.aspx,
and you're using localhost, it will be opened as :
http://localhost/default.aspx
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
"Chris Hayes" <cp.hayes@[NO2SPAM]sbcglobal.netwrote in message
news:eH2kRW0rGHA.500@TK2MSFTNGP02.phx.gbl...
Quote:
Hello All,
>
I have grown very annoyed with the ASP.NET Development Server since I still develop with a full
instance of IIS and would like to know is there a nice clean way to disable the ASP.NET
DEvelopment Server - I simply do not want to use it, nor do I want it fire up when I'm trying to
debug!
>
Thanks,
>
Chris
>