Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <sites>
  2. <site name="WebSite1" id="1" serverAutoStart="true">
  3. <application path="/">
  4. <virtualDirectory path="/" physicalPath="C:UserscinfosourcereposJC-app-masterJC_PROJECT" />
  5. </application>
  6. <bindings>
  7. <binding protocol="http" bindingInformation=":8080:localhost" />
  8. </bindings>
  9. </site>
  10. <siteDefaults>
  11. <logFile logFormat="W3C" directory="%IIS_USER_HOME%Logs" />
  12. <traceFailedRequestsLogging directory="%IIS_USER_HOME%TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />
  13. </siteDefaults>
  14. <applicationDefaults applicationPool="Clr4IntegratedAppPool" />
  15. <virtualDirectoryDefaults allowSubDirConfig="true" />
  16. </sites>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement