remove customErrors off

This commit is contained in:
2016-05-27 11:18:19 -04:00
parent 4539f319ed
commit 4e42943229
+2 -2
View File
@@ -36,8 +36,8 @@
</appSettings>
<system.web>
<compilation targetFramework="4.5" debug="true" />
<customErrors mode="Off"/>
<!-- max 1GB --><httpRuntime targetFramework="4.5" executionTimeout="3600" maxRequestLength="1000000000" />
<!-- max 1GB --><httpRuntime targetFramework="4.5" executionTimeout="3600" maxRequestLength="1000000000" />
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" requestEncoding="utf-8" responseEncoding="utf-8" />
</system.web>
<runtime>