trySkipIisCustomErrors was defined twice in the Release config

This commit is contained in:
Sebastiaan Janssen
2013-02-27 14:38:15 -01:00
parent 484afccf89
commit 5b00501d21

View File

@@ -254,17 +254,4 @@
trySkipIisCustomErrors="false">
</web.routing>
<!--
web.routing
@trySkipIisCustomErrors
Tries to skip IIS custom errors.
Starting with IIS 7.5, this must be set to true for Umbraco 404 pages to show. Else, IIS will take
over and render its build-in error page. See MS doc for HttpResponseBase.TrySkipIisCustomErrors.
The default value is false, for backward compatibility reasons, which means that IIS _will_ take
over, and _prevent_ Umbraco 404 pages to show.
-->
<web.routing
trySkipIisCustomErrors="false">
</web.routing>
</settings>