Files
Facilitor/_web.config
Jos Groot Lipman e5b322ee5f FSN#37150 Als de API2 een 500-error teruggeeft wil ik die wel zien
svn path=/Website/trunk/; revision=30302
2016-08-15 14:51:30 +00:00

18 lines
679 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<!-- enable when IIS Rewrite installed
<rewrite>
<rules configSource="appl\fac\fac_rewrite.config" />
</rewrite>
-->
<httpErrors existingResponse="PassThrough">
<remove statusCode="500" subStatusCode="100" />
<error statusCode="500" subStatusCode="100" path="/appl/shared/500_error.asp" responseMode="ExecuteURL" />
</httpErrors>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
</system.webServer>
</configuration>