We have an IIS install on Windows R2 Standard with a few different websites, 2 of which use ColdFusion 9 successfully.
I've added a new website, but could not get CF to work, getting the message above. To troubleshoot, I've done the following:
- Restarted the web server
- Manually adding the mappings for cfm, cfml, cfc, cfr etc. and restarted the webserver
- Removed the mappings, restarted, then readded
These are the mappings that were in the other 2 websites (I also incrementally increased the numbers to avoid duplicates):
*.cfm, C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll, AboMapperCustom-27348
*.cfml, C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll, AboMapperCustom-27349
*.cfc, C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll, AboMapperCustom-27350
*.cfr, C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll, AboMapperCustom-27351
*.cfswf, C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll, AboMapperCustom-27352
Not sure what I am doing wrong and what worse - not sure where to find information to help troublshooting.
TIA to anyone who can point me in the right direction.