Do all of your templates have the .cfm extension? If so, you do not need a wildcard mapping. At least I did not.
The only time I had to create a wildcard mapping like you described is when I used an extension like .htm. Jacob -----Original Message----- From: Jeff Lesperance [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 10:21 AM To: CF-Server Subject: Run MX 6.1 on IIS 6 without Wildcard application map? I'm trying to find out if it's possible to run CFMX 6.1 without the wildcard application map in IIS 6 set to point to * cf_root\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll When running on IIS 6 along with an ISAPI filter that we use, it's causing a problem with IIS logging of partial content HTTP status (It improperly returns a default HTTP status when it should instead query the status from the child process that it launches when it doesn't directly process a request) If I simply remove that wildcard mapping, I get an error on CF pages saying: * Server Error: Either the Macromedia application server is unreachable or it does not have a mapping to process this request. If I remove the wildcard mappping, but change the .cfm application extension mapping from * cf_root\runtime\lib\wsconfig\jrun_iis6.dll to * cf_root\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll my CF pages appear to load properly, but I don't know if I'm losing some functionality. In looking at Macromedia documentation, I can only find that one of these dll's is a 'helper' dll. Is it safe to run without the wildcard application map but with the application extension map for .cfm set to use jrun_iis6_wildcard.dll? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5361 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
