Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <sites>
  2. <site name="WebSite1" id="1" serverAutoStart="true">
  3. <application path="/">
  4. <virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%WebSite1" />
  5. </application>
  6. <bindings>
  7. <binding protocol="https" bindingInformation=":8080:localhost" />
  8. <binding protocol="https" bindingInformation="*:8080:127.0.0.1" />
  9. <binding protocol="https" bindingInformation="*:8080:localhost" />
  10. </bindings>
  11. </site>
  12. <site name="WcfService9" id="2">
  13. <application path="/" applicationPool="Clr4IntegratedAppPool">
  14. <virtualDirectory path="/" physicalPath="C:...WcfService9" />
  15. </application>
  16. <bindings>
  17. <binding protocol="https" bindingInformation="*:8080:127.0.0.1" />
  18. <binding protocol="https" bindingInformation="*:8080:localhost" />
  19. <binding protocol="http" bindingInformation="*:53738:10.100.9.37" />
  20. </bindings>
  21. </site>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement