> The filename, directory name, or volume label syntax is > incorrect. The specific sequence of files included or > processed is: > [some filepath that doesn't exist, often containing > javascript code in > the url, for example:] > C:\Inetpub\webroot\folder\subfolder\javascript:MM_openBrWindow > (\file.cfm > > Other information: > > We have a 404 handler for this site, setup in IIS. The > problem is that IIS doesn't catch the 404, but rather > hands it off to ColdFusion.
The way around this is to check the "Verify that file exists" box on the Application Extension Mapping dialog in IIS (assuming you're running IIS, of course). This will cause IIS to check the hard drive for the file before it passes the request over to ColdFusion and trigger the 404 message configured within IIS. There are some important caveats to consider if you use RDS through that IIS site on the server. See http://www.coldfusionmuse.com/index.cfm/2006/9/7/site.by.site.404 for more information. -Justin Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287006 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

