as you are running both development and production on the same server I
would also suggest you take measures to isolate them as this is a very bad
setup you have as your untested development code could take down CF and thus
the live site.

I suggest you run CF multi in server mode and run 2 instances, 1 for live
and one for dev.
You should run every site on its own application pool to avoid any iis
issues.

If you have no idea what any of that means, then you really shouldn't be
trying to manage a production web server for your client, so you should
speak with your host about management services or at least a hosting control
panel that will do it for you. For windows I recommend Website Panel.

On Sat, Apr 23, 2011 at 8:06 PM, Dave Watts <dwa...@figleaf.com> wrote:

>
> > But confused if IIS can point to two different drives? How to find out
> which drive the IIS point out to.. I hope I am not vague with my question
>
> A single IIS server can have many IIS sites, or virtual servers. These
> can point to wherever you want them to point. Presumably, this machine
> has at least two IIS sites. You can view the list of sites in the IIS
> management console, and can right-click on each as Brian mentioned to
> see the filesystem location where each points.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343917
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to