try the widcard application map (it appears to take precedence over
extension mapping)- cfusion - edit - verify file exists - ticked

from HELP....

Wildcard application maps
This table lists ISAPI applications that are executed before a Web file is
processed, regardless of the file name extension. These ISAPI applications
are called wildcard script maps. Using wildcard script maps is similar to
using ISAPI filters, except that wildcard script maps can be installed on
virtual directories as well as Web sites, they have access to the body of a
request, they are not event-driven, and the ISAPI extension API has more
functionality than the ISAPI filter API. A virtual directory only inherits
wildcard script maps from its parent virtual directory or Web site if it
doesn't contain its own wildcard script maps.

Verify that file exists
Select Verify that file exists to instruct the Web server to verify the
existence of the requested script file and to ensure that the requesting
user has access permission for that script file. If the script does not
exist or the user does not have permission, the appropriate warning message
is returned to the browser and the script engine is not invoked. This option
can be useful for scripts mapped to non-CGI executables, such as the Perl
interpreter, that do not send a CGI response if the script is not
accessible. Because the script must be opened twice, once by the server and
once by the script engine, enabling this option can impact performance.


"Steve Onnis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Elliot
>
> I am on 2003 server and that didn't work
>
> Missing cfm files still pull the coldfusion missing file template
>
> Any other ideas?
>
> Steve
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Elliot Russo
> Sent: Tuesday, September 28, 2004 8:01 AM
> To: CFAussie Mailing List
> Subject: [cfaussie] Re: Missing Template Handler
>
> Hi Steve,
>
> in IIS in the properties|configuration|script mappings section - 'check
file
> exists' - set to checked.
>
> This results in IIS processing the 404 rather than handing that job to the
> cf server
>
> Elliot
>
>
>
>
>
>
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>
>
>



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to