This can all be accomplished dynamically with CF. I run into the same situation. My laptop, which is my development machine, only has a C drive. My test web server at home as the sites running on the F drive, and my production server also uses the F drive. So, I just set everything up in the application.cfm file to account for the differences, especially when working with files and such with CFFILE. I know there are other ways to do things, I am just offering suggestions on what I do.
Bruce ----- Original Message ----- From: "Everett, Al" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 8:05 AM Subject: RE: IIS on WinXP Pro > Won't really work for me. I'd have to monkey quite a bit with the way the > code (e.g., subdirectories) is set up so that it works the same on the dev > server as well as the (hosted) production server. > > > -----Original Message----- > > From: Bruce Sorge [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, December 12, 2002 9:00 AM > > To: CF-Talk > > Subject: Re: IIS on WinXP Pro > > > > > > XP does not allow hosting of multiple sites. I have several > > sites on my XP > > machine, and all I do is create a virtual directory for each > > site. So, I > > would be able to access the sites like: > > > > http://localhost/sitea > > http://localhost/siteb > > > > etc... > > > > All you need to do is make sure each site is set up under the > > development > > machines webroot. > > > > ----- Original Message ----- > > From: "Everett, Al" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Thursday, December 12, 2002 7:13 AM > > Subject: RE: IIS on WinXP Pro > > > > > > > I have Pro. From what I've seen, XP Home doesn't run IIS/PWS at all. > > > > > > > -----Original Message----- > > > > From: samcfug [mailto:[EMAIL PROTECTED]] > > > > Sent: Wednesday, December 11, 2002 11:23 PM > > > > To: CF-Talk > > > > Subject: Re: IIS on WinXP Pro > > > > > > > > > > > > WinXP home will not support multiple web sites, but the Pro > > > > version will > > > > > > > > ===================================== > > > > Douglas White > > > > group Manager > > > > mailto:[EMAIL PROTECTED] > > > > http://www.samcfug.org > > > > ===================================== > > > > ----- Original Message ----- > > > > From: "Lee Fuller" <[EMAIL PROTECTED]> > > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > > Sent: Wednesday, December 11, 2002 9:55 PM > > > > Subject: RE: IIS on WinXP Pro > > > > > > > > > > > > | Al, > > > > | > > > > | WinXP is a consumer level operating system, not a > > server level OS. > > > > | There are no plans to support IIS in any other format than > > > > single site > > > > | for the XP OS. > > > > | > > > > | However, Apache may run on XP, especially if you use Cygwin > > > > | (www.cygwin.com). I have not tried it.. But it may work. > > > > | > > > > | > > > > | Lee Fuller > > > > | Chief Technical Officer > > > > | PrimeDNA / AAA Web Hosting Corporations > > > > | > > > > | > > > > | > > > > | > > > > | | -----Original Message----- > > > > | | From: Al Everett [mailto:[EMAIL PROTECTED]] > > > > | | Sent: Wednesday, December 11, 2002 7:44 PM > > > > | | To: CF-Talk > > > > | | Subject: IIS on WinXP Pro > > > > | | > > > > | | > > > > | | Okay, so I'm getting that IIS 5.1 on WinXP Pro won't support > > > > | | multiple websites, which really puts a damper on my plans to > > > > | | use this extra box for development. What are my options? Can > > > > | | I download a more robust IIS? Should I go with Apache? > > > > | | > > > > | | Here I thought I had it all figured out... > > > > | | > > > > | | __________________________________________________ > > > > | | Do you Yahoo!? > > > > | | Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > > | http://mailplus.yahoo.com > > > > | > > > > | > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

