Question
Missing Template Handler
I've search the forum but have not found a way to get the
missing template handler to work properly on my site. I'm running
CFMX 7 on Windows 2003 and using IIS as my webserver.
I have tried placing my missing template handler 404.cfm in both my IIS root and CF webserver root as other posts in this forum suggest. I also followed the instructions on the following kb to configure IIS to handle the missing templates.
If I complete this final step the missing template handler works but some of my flash forms that go along with code to upload files no longer work.
If you are configuring IIS 6.0 for the Missing Template Handler, along with the above you also need to configure the following:
1. Under the properties setting for the web site, go to the Home Directory tab.
2. Click the Configuration button. Under the "Wildcard application maps (order of implementation)", select the jrun_iis6_wildcard dll.
3. Click Edit.
4. Click the "Verify that file exists" checkbox to enable it.
5. Click OK.
6. Restart IIS and the ColdFusion Server.
Am I missing something else, why can't Cold Fusion use the missing template handler that I define in the administrator instead of always serving up it's own default handler.
Thanks for any help with this matter.
I have tried placing my missing template handler 404.cfm in both my IIS root and CF webserver root as other posts in this forum suggest. I also followed the instructions on the following kb to configure IIS to handle the missing templates.
If I complete this final step the missing template handler works but some of my flash forms that go along with code to upload files no longer work.
If you are configuring IIS 6.0 for the Missing Template Handler, along with the above you also need to configure the following:
1. Under the properties setting for the web site, go to the Home Directory tab.
2. Click the Configuration button. Under the "Wildcard application maps (order of implementation)", select the jrun_iis6_wildcard dll.
3. Click Edit.
4. Click the "Verify that file exists" checkbox to enable it.
5. Click OK.
6. Restart IIS and the ColdFusion Server.
Am I missing something else, why can't Cold Fusion use the missing template handler that I define in the administrator instead of always serving up it's own default handler.
Thanks for any help with this matter.
