Edit a web site when having more than one locally

  • Thread starter Thread starter Magnus Blomberg
  • Start date Start date
M

Magnus Blomberg

Hello!

I have a WinServer 2003 with IIS and VS.Net 2005 beta.
I have two web sites responding at port 80.
The first one without a host header and the second with a host header.

Now I want to edit my second web site from VS.Net 2005. Everything seems to
work, but when running my project this starts my first web site instead.
I think this is correct cause in Solution Expolrer the name of the project
is http://localhost/, so I wonder if there are any way to change this so it
runs the correct site from VS when pressing F5. I have no other problem with
my project. It does build successfully, and is accessible from Internet.

Regards Magnus
 
If you use host headers you should use them for all web sites....don't leave
one blank.
 

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

Back
Top