I'm using IIS on Windows XP which allows me to only have one Web site.

How can I configure the Default Web Site to redirect to one of the
applications I have configured in IIS? So if I type http://127.0.0.1 it will
go to the app I want?

Is it just a matter of setting the 'Local Path' under the Home Directory tab
or do I have to somehow change the Application Name/Starting point properties?

Thanks, Dave.

Re: Setting default application for Default Web Site on XP? by Kristofer

Kristofer
Mon Jan 30 13:14:05 CST 2006

You can change the Local Path. That would work unless your web application
require some certain settings.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Dave wrote:

>I'm using IIS on Windows XP which allows me to only have one Web site.
>
>How can I configure the Default Web Site to redirect to one of the
>applications I have configured in IIS? So if I type http://127.0.0.1 it
>will
>go to the app I want?
>
>Is it just a matter of setting the 'Local Path' under the Home Directory
>tab
>or do I have to somehow change the Application Name/Starting point
>properties?
>
>Thanks, Dave.