Web.config 343 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <system.web>
  8. <compilation debug="true" targetFramework="4.5.2" />
  9. <httpRuntime targetFramework="4.5.2" />
  10. </system.web>
  11. </configuration>