> In an application I'm developing I will be using subdomains in the main
> website to hold some sections of the sites.
[quoted text clipped - 4 lines]
> subdomains, since everything are actually virtual folders.
> Any advise or different approach to accomplish this is very welcome.
XP only allows 1 website per PC. Only the server products support
multiple websites...
Well, there are some 'workarounds', you can technically create more than 1
website in IIS on XP Pro, you just can't run more than 1 at 1 time, which
is pry why XP doesn't even bother letting you create more than 1.
Google and you'll find a few workarounds:
http://dotnetjunkies.com/WebLog/mjordan/archive/2003/12/30/5033.aspx
http://www.codeproject.com/csharp/IIsAdminNet.asp
BTW, I think this is a design issue IMHO. I never hardcode domain names
in my application (for my web apps, I do for truly external links tho), I
make them configurable via web.config, as a possiblity. So then you can
setup each environment properly without having to worry about these type
of hacks, or requiring Server 2000/2003, etc.

Signature
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Juan T. Llibre - 15 Jul 2005 06:43 GMT
I just answered this in the
"Server Application Unavailable" thread.
See :
http://www.codinghorror.com/blog/archives/000329.html
and
http://www.xoc.net/works/tips/multiple-iis-sites-professional.asp
and
http://www.firstserved.net/services/iisadmin.php
for more workarounds.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
>> In an application I'm developing I will be using subdomains in the main
>> website to hold some sections of the sites.
[quoted text clipped - 21 lines]
> properly without having to worry about these type of hacks, or requiring Server
> 2000/2003, etc.
Not on XP, but it works like a charm on 2003 (as a desktop)
http://www.vbbox.com/blog/2004/09/developing-web-applications-on-windows.html

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> In an application I'm developing I will be using subdomains in the main
> website to hold some sections of the sites.
[quoted text clipped - 4 lines]
> subdomains, since everything are actually virtual folders.
> Any advise or different approach to accomplish this is very welcome.