> IIS by default will have the setting "check that file exists" enabled. > IIS will send an error to the browser and CF will never see the request. > > In IIS, go to to the Application settings for the website and edit the > .cfm mapping. Uncheck the box "Check that file exists"
I'm pretty sure that this option is not enabled by default. You have to explicitly go in and turn it on. In any case, with CFMX it may not matter, as CFMX installs either an ISAPI filter on IIS 5 or an ISAPI wildcard extension on IIS 6, which will catch requests based on the URL patterns mapped in web.xml unless you've removed those URL patterns or disabled the ISAPI filter/wildcard extension. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186245 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

