Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <section name="access" overrideModeDefault="Allow" />
  2. <section name="anonymousAuthentication" overrideModeDefault="Allow" />
  3. <section name="windowsAuthentication" overrideModeDefault="Allow" />
  4.  
  5. <location path="api">
  6. <system.web>
  7. <authorization>
  8. <allow users="*" />
  9. </authorization>
  10. </system.web>
  11. <system.webServer>
  12. <security>
  13. <authentication>
  14. <anonymousAuthentication enabled="true" />
  15. </authentication>
  16. </security>
  17. </system.webServer>
  18. </location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement