Development server - root host name problem

  • Thread starter Thread starter Guest
  • Start date Start date
because you are using the VS includes WebServer and not IIS, and that will
create programatically a new Virtual Directory
with the name of your project, the port is given randomly so will not cause
any problem in an existing WebServer inviroment

to avoid this you need to use IIS itself and configure the default Web Root
to point to your directory!

--

Bruno Alexandre
Strøby, Danmark

"a Portuguese in Denmark"
 
If you have installed Visual Studio 2005 SP1, it's real easy.

See this blog entry by Scott Guthrie:
http://weblogs.asp.net/scottgu/arch...h-the-local-web-server-using-vs-2005-sp1.aspx

If you haven't installed SP1, it's a bit more complicated, but still easy.

See *this* blog entry by Scott:
http://weblogs.asp.net/scottgu/archive/2005/11/21/431138.aspx



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top