You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
429 B
10 lines
429 B
4 years ago
|
<?xml version="1.0"?>
|
||
|
<configuration>
|
||
|
<system.web>
|
||
|
<compilation debug="true" targetFramework="4.0"/>
|
||
|
<httpRuntime requestValidationMode="2.0" maxRequestLength="102400 "/>
|
||
|
<pages validateRequest="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"></pages>
|
||
|
<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="zh-CN"/>
|
||
|
</system.web>
|
||
|
</configuration>
|