Mapping .CHTML extension to Coldfusion in IIS6 / CF9
Hey All -
I won't go into the details of my support experience trying to resolve this with Adobe Tech Support/Customer Service. Suffice it to say, the Adobe Support/Service is horrific. It's absolutely mind-boggling to me that a company can provide such horrible support.
Here's my question...
I need to map the .CHTML file extension so that it is processed by Coldfusion. I'm setting up a brand new server with Windows 2003 R2 Standard (64-bit) and Coldfusion 9 (64-bit). I do the Coldfusion install with no problems (choosing IIS). I can get into the Coldfusion Admin and all of my .CFM pages work fine. I then run the following wsconfig command to add the .CHTML mapping:

"wsconfig -ws iis -site XXXXXXX -map .chml -host 172.16.110.1 - server coldfusion"
Looks good so far, right? If I go into IIS and under the site look at the mappings, I even see:

Alrighty - so wsconfig is configured and talking to Coldfusion and my .CHTML to jrun_iis6.dll mapping has been automatically created. Things should work now, right? Here's what I get when I try to open any .CHTML pages:

"Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request." Keep in mind, if I rename this page from .CHTML to .CFM the page loads fine, so I know it's not anything else (e.g. datasources or other coldfusion settings).
So now I'm stuck... I've found some sites that say I need to edit the wwwroot\WEB-INF\web.xml file to add mappings, but that didn't make a difference either (same exact error). I've also found some sites that say I need to have a JRUNScripts virtual directory in each site (what I've found is that when I install/uninstall Coldfusion (which I've now done more than a dozen times) the virtual directory in question is automatically created about 10% of the time). However, no matter what I do, I can't get it to work.
Any help is greatly appreciated...
thanks!
