Posted At : May 12, 2007 10:37 AM | Posted By : todd sharp
Related Categories:
IIS
If you're playing along at home since my my last post you should now have the latest and greatest version of ColdFusion installed successfully on IIS.
So now what? Well now we take advantage of the fact that we can create multiple sites under one root. As a refresher here is the example I mentioned in the last post:
[More]
Posted At : May 11, 2007 10:14 PM | Posted By : todd sharp
Related Categories:
IIS,
ColdFusion
So since I got my new Dell at home I've been using my old Dell as a 'pseudo-server' and connecting to it over my home network for local development. This has been working out fine - but there has always been something that bugged me about using the built in web server that ships with ColdFusion as a development server. Every time you wanted to create a new 'site' you pretty much have to code around the fact that you're really under one wwwroot. For example lets say you have the following directory structure:
[More]