|
|
|
@ -8,24 +8,26 @@
@@ -8,24 +8,26 @@
|
|
|
|
|
\Windows\Microsoft.Net\Framework\v2.x\Config |
|
|
|
|
--> |
|
|
|
|
<configuration> |
|
|
|
|
<appSettings/> |
|
|
|
|
<connectionStrings/> |
|
|
|
|
<system.web> |
|
|
|
|
<!-- |
|
|
|
|
<appSettings/> |
|
|
|
|
<connectionStrings/> |
|
|
|
|
<system.web> |
|
|
|
|
<httpRuntime requestValidationMode="2.0" /> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
Set compilation debug="true" to insert debugging |
|
|
|
|
symbols into the compiled page. Because this |
|
|
|
|
affects performance, set this value to true only |
|
|
|
|
during development. |
|
|
|
|
--> |
|
|
|
|
<compilation debug="true" targetFramework="4.0"> |
|
|
|
|
</compilation> |
|
|
|
|
<!-- |
|
|
|
|
<compilation debug="true" targetFramework="4.0"> |
|
|
|
|
</compilation> |
|
|
|
|
<!-- |
|
|
|
|
The <authentication> section enables configuration |
|
|
|
|
of the security authentication mode used by |
|
|
|
|
ASP.NET to identify an incoming user. |
|
|
|
|
--> |
|
|
|
|
<authentication mode="Windows"/> |
|
|
|
|
<!-- |
|
|
|
|
<authentication mode="Windows"/> |
|
|
|
|
<!-- |
|
|
|
|
The <customErrors> section enables configuration |
|
|
|
|
of what to do if/when an unhandled error occurs |
|
|
|
|
during the execution of a request. Specifically, |
|
|
|
@ -37,5 +39,6 @@
@@ -37,5 +39,6 @@
|
|
|
|
|
<error statusCode="404" redirect="FileNotFound.htm" /> |
|
|
|
|
</customErrors> |
|
|
|
|
--> |
|
|
|
|
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web> |
|
|
|
|
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/> |
|
|
|
|
</system.web> |
|
|
|
|
</configuration> |
|
|
|
|