Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: ColdFusion 10, IIS 7.5, and custom 404 page

$
0
0

Thank you for sharing. Just tested with same IIS role services in both (Server 2003/2008) and then installed CF 10. Still not able to repro it. If possible, can you test the same like if you can perform the test on a VM server 2008?

 

This is my web.config

 

<?xml version="1.0" encoding="UTF-8"?>

<configuration>

    <system.webServer>

        <httpErrors errorMode="Custom">

            <remove statusCode="404" subStatusCode="-1" />

            <error statusCode="404" prefixLanguageFilePath="" path="/404.cfm" responseMode="ExecuteURL" />

        </httpErrors>

    </system.webServer>

</configuration>

 

P.S : I was testing a 404.cfm as a template for 404 error in IIS. so sorry about that in the above

 

Can you share your web.config, if possible?

 

Thanks

VJ


Viewing all articles
Browse latest Browse all 21760

Trending Articles