it seems like you are trying to treat a virtual directory as a separate
website, which will not work. you can only have 1 website in IIS on windows
XP.

A virtual directory is as the name a suggests a directory that is virtual
(not real) which points to a real directory.

so if your vdir is called test, then to access it you need to go to
http://localhost/test

You need to have IIS 7 Express to get multiple sites, which you can install
from the "microsoft web platform installer".


On Tue, Dec 11, 2012 at 12:21 PM, Sergey Croitor <[email protected]> wrote:

>
> WinXP doesn't enable multiple sites on IIS.
> Use iis_multiplex as a workaround
>
>
> On Tue, Dec 11, 2012 at 1:41 AM, Stephen Hait <[email protected]>
> wrote:
>
> >
> > I've installed CF 10 Developer edition on XP that is running IIS 5.1. I
> can
> > get the CF Administrator to come up but cannot figure out how to set up a
> > virtual directory for testing a CF website.
> >
> > I have tried creating a virtual directory, test, in IIS. I placed a
> simple
> > .html file and a simple .cfm file in this directory. I modified my hosts
> > file so that my current IP address 192.168.1.111 is set as test. I can
> > browse to http://test/index.html and my test .html page displays. But
> if I
> > try browsing to http://test/index.cfm I get a Coldfusion error: File not
> > found: /index.cfm.
> >
> > The virtual directory is located under the IIS root: C:\inetpub\wwwroot\.
> >
> > Do I need to something more to tell CF where this directory is located?.
> Is
> > there a guide somewhere that goes over the steps involved for getting
> .cfm
> > pages to be served properly in this setup?
> >
> > Thanks in advance for any suggestions,
> > Stephen
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353414
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to