Coldfusion 10 IIS (Windows 7) to process .htm
I Think I have the correct stuff done in the C:\ColdFusion10\cfusion\wwwroot\WEB-INF\web.xml ..
added the following lines...
<servlet-mapping id="coldfusion_mapping_16">
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.htm</url-pattern>
</servlet-mapping>
<servlet-mapping id="coldfusion_mapping_17">
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.htm/*</url-pattern>
</servlet-mapping>
I went to the IIS Manager and the Handler Mappings screen and added a Script Map for *.htm
executiable C:\ColdFusion10\config\wsconfig\2\isapi_redirect.dll . At first I was getting a 500 error.
Restarted machine and I just get a blank page with going to a htm page.
Any suggestions?
