15 lines
456 B
XML
15 lines
456 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<!--
|
|
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
|
|
|
可在 <httpRuntime> 标记上设置以下特性。
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.7.2" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.7.2"/>
|
|
<pages controlRenderingCompatibilityVersion="4.0"/>
|
|
</system.web>
|
|
</configuration> |