remove customErrors off
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user