<?xml version="1.0"?>
<configuration>
<!--
Popis změn souboru web.config naleznete na adrese http://go.microsoft.com/fwlink/?LinkId=235367.
Ve značce <httpRuntime> lze nastavit následující atributy.
<system.Web>
<httpRuntime targetFramework="4.5" />
</system.Web>
-->
<system.web>
<compilation debug="false" targetFramework="4.5"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>