Guest User

Untitled

a guest
Apr 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <sites>
  2. <site name="WebSite1" ... ignore this sction if present
  3. </site>
  4. <site name="myProject" id="2">
  5. <application path="/" applicationPool="Clr4ClassicAppPool">
  6. <virtualDirectory path="/" physicalPath="D:SourcemyProject" />
  7. </application>
  8. <bindings>
  9. <binding protocol="http" bindingInformation="*:1960:localhost" />
  10. </bindings>
  11. </site>
  12.  
  13. <applicationDefaults applicationPool="Clr4IntegratedAppPool" />
  14.  
  15. <system.webServer>
  16. <validation validateIntegratedModeConfiguration="false" />
  17. </system.webServer>
Add Comment
Please, Sign In to add comment