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.
9 lines
452 B
9 lines
452 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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>
|