Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <configuration>
  2. <system.applicationHost>
  3. <!-- ... -->
  4. <sites>
  5. <site name="Default Web Site" id="1">
  6. <application path="/">
  7. <virtualDirectory path="/" physicalPath="%SystemDrive%inetpubwwwroot" />
  8. <virtualDirectory path="/Staging" physicalPath="C:inetpubwwwrootStaging" allowSubDirConfig="false" />
  9. </application>
  10. <bindings> <!-- ... --> </bindings>
  11. </site>
  12.  
  13. <system.webServer>
  14. <security>
  15. <requestFiltering>
  16. <hiddenSegments>
  17. <clear />
  18. </hiddenSegments>
  19. <fileExtensions>
  20. <clear />
  21. </fileExtensions>
  22. </requestFiltering>
  23. </security>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement