Hello,
I have 2 Coldfusion 9 websites that use the same files in the same folder. So for instance webroot for www.abc.com &www.xyz.com is d:\apps\dir1. In dir1 is a web.config that both sites use. I need to change the JWildCardHandler for www.xyz.com to use a different folder than JWildCardHandler forwww.abc.com. If I go into IIS and change the WildCardHandler for abc.com it changes the web.config file which also changes it for xyz.com. I need to do this to get xyz.com into a separate Coldfusion instance from abc.com.
Does anyone know how I can change this either inside web.config or another init/setup file? Would applicationHost.config be the place to do this? I have never made any changes directly to this file so I am not sure how I would change applicationHost.config if it could be done.
Any ideas are appreciated.
Joe