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