web.config 357 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Pour plus d'informations sur la configuration de votre application ASP.NET, visitez
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <system.web>
  8. <compilation debug="true" targetFramework="4.5" />
  9. <httpRuntime targetFramework="4.5" />
  10. </system.web>
  11. </configuration>