Hi,
I am a web developer who’s been using ColdFusion and IIS6 for a while.
When I first began developing, I would always install IIS first, then my ColdFusion software. During setup and installation, I was trained to always look for the standard C:\inetpub\ directory, and develop from there. I was also trained to setup my websites in IIS and basically point them to this same directory. I’ve created many sites using this method.
I’m back at it again. This time I’m trying to setup my desktop with the following:
- IIS 6
- ColdFusion Developer Edition
Everything installed correctly. I assigned the Default Web Site in IIS to point to my machine’s IP address and the Home Directory is C:\Inetpub\ Here’s what I see and get now:
IIS:
- My C:\inetpub\wwroot files are listed here, which is correct.
- The \CFIDE directory is listed under my Default Web Site as a Virtual Directory Web Site.
Browser/CF:
Suppose I have a file called “default.cfm” under the Default Web Site (located on C:\Inetpub\wwroot\default.cfm) and I have another file called “index.cfm” under my Virtual Directory site located under C:\CFusionMX7\
I am able to resolve both of the following pages:
and
I guess my main question is what are the current Best Practices for developing in CF? Am I now supposed to put all of my files and subfolders under C:\CFusionMX7\ instead of the standard C:\inetpub\ as I’ve always learned it should be?
Thanks in advance.
mickeyj2
I am a web developer who’s been using ColdFusion and IIS6 for a while.
When I first began developing, I would always install IIS first, then my ColdFusion software. During setup and installation, I was trained to always look for the standard C:\inetpub\ directory, and develop from there. I was also trained to setup my websites in IIS and basically point them to this same directory. I’ve created many sites using this method.
I’m back at it again. This time I’m trying to setup my desktop with the following:
- IIS 6
- ColdFusion Developer Edition
Everything installed correctly. I assigned the Default Web Site in IIS to point to my machine’s IP address and the Home Directory is C:\Inetpub\ Here’s what I see and get now:
IIS:
- My C:\inetpub\wwroot files are listed here, which is correct.
- The \CFIDE directory is listed under my Default Web Site as a Virtual Directory Web Site.
Browser/CF:
Suppose I have a file called “default.cfm” under the Default Web Site (located on C:\Inetpub\wwroot\default.cfm) and I have another file called “index.cfm” under my Virtual Directory site located under C:\CFusionMX7\
I am able to resolve both of the following pages:
and
I guess my main question is what are the current Best Practices for developing in CF? Am I now supposed to put all of my files and subfolders under C:\CFusionMX7\ instead of the standard C:\inetpub\ as I’ve always learned it should be?
Thanks in advance.
mickeyj2