mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
15 lines
No EOL
463 B
XML
15 lines
No EOL
463 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<!--
|
|
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
|
|
|
The following attributes can be set on the <httpRuntime> tag.
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.5.2" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation debug="false" targetFramework="4.5.2"/>
|
|
<pages controlRenderingCompatibilityVersion="4.0"/>
|
|
</system.web>
|
|
</configuration> |