Files
Facilitor/_web.config
Jos Groot Lipman e54c29caac FSN#32732 500-error gaf soms problemen met /api_intern
svn path=/Website/trunk/; revision=26725
2015-10-21 14:14:21 +00:00

18 lines
648 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>
<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>