Guest User

Untitled

a guest
Jul 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <appSettings />
  4. <connectionStrings />
  5. <system.web>
  6. <webServices>
  7. <protocols>
  8. <add name="HttpGet"/>
  9. <add name="HttpPost"/>
  10. </protocols>
  11. </webServices>
  12. <compilation debug="true" targetFramework="4.0">
  13. </compilation>
  14. <authentication mode="Windows" />
  15. <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" validateRequest="false" /></system.web>
  16. <system.webServer>
  17. <directoryBrowse enabled="true" />
  18. <staticContent>
  19. <remove fileExtension=".asmx" />
  20. </staticContent>
  21. <defaultDocument>
  22. <files>
  23. <remove value="iisstart.htm" />
  24. <remove value="index.html" />
  25. <remove value="index.htm" />
  26. <remove value="Default.asp" />
  27. <remove value="Default.htm" />
  28. <remove value="service.asmx" />
  29. </files>
  30. </defaultDocument>
  31. </system.webServer>
  32. </configuration>
Add Comment
Please, Sign In to add comment