Can I run two localhost sites at once?

  • Thread starter Thread starter darrel
  • Start date Start date
I think it's exactly what you are looking for.

EXCELLENT! George, I believe that is exactly what I was looking for. Thanks!

-Darrel
 
If Microsoft had provided that, the complaint would be that
it's encroaching on developer turf and creating a monopoly.

;-)

The name of the game is :

"You get beat up if you do,
and you get beat up if you don't."

heh, heh...

I understand your pov, though... :-)



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/
======================================
 
Hi, Lucas.

He's developing in Windows XP, which has that limitation.
IIS 5.1 only allows one root website.

For a workaround, see :

http://www.codinghorror.com/blog/archives/000329.html

While you're right in that he could use
http://localhost/myOldSite and http://localhost/myNewSite
that makes it difficult to maintain references to images/controls/etc,
if the objective is to later publish to a root directory at a production server.



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/
======================================
 

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