Hi Jim, you don't need to create any mappings or use search and replace. Simply create virtual directories to use instead of mappings. multiple web sites can have there own virtual directories that point to either the same physical location or alternate locations. I use this to run parallel versions of the same code (at various 'updatedness' from CVS) on the same instance of CF/IIS. (this will only for one site on single website versions of IIS as in win2kpro and XP - but for local development that is ok)
I dont keep the cfc directories in the webroot themselves and the virtual directories have *NO* read permissions set in the webserver thus there is no chance of them being directly invoked, but CF is able to resolve the mapping to the physical path which is what it needs. - I guess you could also put an application.cfm in the root of the cfc directory that did a cfabort - which would only be invoked when the cfcs were accessed from the url - which they can't be anyway. Hope that can help Elliot
<<attachment: winmail.dat>>
