Bluedragon 7.1 Application.cfm being called for all pages, not just cfm pages

208 Views Asked by At

All our current webservers are of the following configuration: IIS 6.0 Windows Server 2003 Bluedragon 6.22

We recently were told to upgrade to windows server 2008. In order to do this, we had to upgrade to Bluedragon 7.1 and IIS 7.0

The issue we are having is the application.cfm file is being called for ALL pages/files in our web-application, and not just CFM pages. Thus, HTML/CFM tags are being injected into .js and other types of files causing them to not function.

Does anyone have any clue how to configure this?? Application.cfm should only be called for CFM pages

1

There are 1 best solutions below

1
On

I would first check your Handler Mappings under your IIS Manager, at the Server level and then the Site level to be sure that you are only attaching the cfm handler to the file types you wish.