Webcreat / Web.config
arkleinberg's picture
Upload 40 files
e061365 verified
raw
history blame contribute delete
514 Bytes
<?xml version="1.0"?>
<configuration>
<!--
Pour obtenir une description des modifications de web.config, voir http://go.microsoft.com/fwlink/?LinkId=235367.
Les attributs suivants peuvent être définis dans la balise <httpRuntime>.
<system.Web>
<httpRuntime targetFramework="4.8.1" />
</system.Web>
-->
<system.web>
<compilation debug="false" targetFramework="4.8.1"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>