Bez popisu

Web.config 471B

123456789101112131415161718192021222324
  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" />
  9. <httpRuntime targetFramework="4.5" />
  10. <webServices>
  11. <protocols>
  12. <add name="HttpGet" />
  13. <add name="HttpPost" />
  14. </protocols>
  15. </webServices>
  16. </system.web>
  17. </configuration>