2012-11-22 21:42:29 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<!--
|
|
|
|
|
For more information on how to configure your ASP.NET application, please visit
|
|
|
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
|
|
|
-->
|
|
|
|
|
<configuration>
|
2017-06-25 23:05:48 +02:00
|
|
|
<!--
|
|
|
|
|
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
2012-11-22 21:42:29 +01:00
|
|
|
|
2017-06-25 23:05:48 +02:00
|
|
|
The following attributes can be set on the <httpRuntime> tag.
|
|
|
|
|
<system.Web>
|
|
|
|
|
<httpRuntime targetFramework="4.5" />
|
|
|
|
|
</system.Web>
|
|
|
|
|
-->
|
|
|
|
|
<system.web>
|
|
|
|
|
<compilation debug="true" targetFramework="4.5"/>
|
|
|
|
|
<httpRuntime targetFramework="4.5"/>
|
|
|
|
|
</system.web>
|
|
|
|
|
</configuration>
|