that's not correct. it has changed in mx. you still have to make the changes in iis however there is also an xml file that must be edited to include these lines...
Open the C:\CFusionMX\wwwroot\WEB-INF\web.xml . You can modify the extension mappings by adding these lines: <servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.whatever</url-pattern> </servlet-mapping> HTH ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 2:52 PM To: CF-Talk Subject: Re: .htm file running as cfm Nope, you can still do it. Just configure your IIS server to treat .htm files the same way as .cfm files. -Novak ----- Original Message ----- From: "Paul Wilson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 8:58 AM Subject: .htm file running as cfm > Using IIS I thought it was possible to run .htm files as if they were cfm files. > > Has this changed in MX? > > thanks > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

