Thanks for everyone's feedback.

I have a question now that I am experimenting with it.

I have two web sites that have these files in them:

C:\wwwroot\site1\Application.cfc
C:\wwwroot\site1\foo\index.cfm

C:\wwwroot\site2\Application.cfc
C:\wwwroot\site2\foo -->(virtual directory to C:\wwwroot\site1\foo)

When I load
http://site2/foo/index.cfm

The application.cfc fromSite1 is being used, not the application.cfc from 
site2...

Any way to get the site2 application.cfc to be used instead of site1?

Thanks,
Chad





> -----Original Message-----
> From: eric.da...@vmmc.org eric.da...@vmmc.org
> [mailto:eric.da...@vmmc.org]
> Sent: Wednesday, July 06, 2011 12:22 PM
> To: cf-talk
> Subject: Re: code sharing in IIS
> 
> 
> We do this all the time, and its also how we create multiple IIS sites bound
> to their own CF instances to create multiple instances of a website that we
> then load balance.  I've found this the best way to utilize beefy hardware
> with ColdFusion
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~|
> 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:346108
> Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
> Unsubscribe: http://www.houseoffusion.com/groups/cf-
> talk/unsubscribe.cfm


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

Reply via email to