IIS7 Displays BOTH Its Own 404 Message & CF9 Message; Should Display Just Its Own
问题 My goal seems simple. I want IIS 7.5 to handle ALL 404 File Not Found requests, whether to static or dynamic (ColdFusion 9) content, and direct users to its custom 404 HTML page. I believe that the IIS settings I need are existingReponse=Replace , errorMode=Custom , and a file path specified for the 404. That's what I've done. With a ColdFusion 10 install, it works. With ColdFusion 9, for some reason both the static IIS 404 response AND the ColdFusion 404 response are sent to the client and