Guest User

Untitled

a guest
Dec 8th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <sites>
  2. <site name="example" id="2">
  3. <application path="/" applicationPool=".NET v4.5">
  4. <virtualDirectory path="/" physicalPath="E:examplewwwroot" userName="example_web" password="[enc:IISCngProvider:lzb1dn8+We12KRNWUB6shbPn/hLtBO8eyPOKhn9LIvRZF2hOG9sWe2zVgaEmYL5zOC/fDALxDc3QI9Rnvi79SjeM+RQnauk/bQWEBz3BJnw=:enc]" />
  5. </application>
  6. <bindings>
  7. <binding protocol="http" bindingInformation="*:80:www.example.com" />
  8. <binding protocol="http" bindingInformation="*:80:example.com" />
  9. </bindings>
  10. </site>
  11. <site name="mysite" id="3">
  12. <application path="/" applicationPool=".NET v4.5">
  13. <virtualDirectory path="/" physicalPath="E:mysitewwwroot" userName="mysite_web" password="[enc:IISCngProvider:lzb1dn8+We12KRNWUB6shbPn/hLtBO8eyPOKhn9LIvRZF2hOG9sWe2zVgaEmYL5zOC/fDALxDc3QI9Rnvi79SjeM+RQnauk/bQWEBz3BJnw=:enc]" />
  14. </application>
  15. <bindings>
  16. <binding protocol="http" bindingInformation="*:80:www.mysite.com" />
  17. <binding protocol="http" bindingInformation="*:80:mysite.com" />
  18. </bindings>
  19. <traceFailedRequestsLogging enabled="true" directory="E:IISDataLogFilesFailedReqLogFiles" />
  20. </site>
  21. <site name="FTP-example" id="1">
  22. <application path="/">
  23. <virtualDirectory path="/" physicalPath="E:examplewwwroot" />
  24. </application>
  25. <bindings>
  26. <binding protocol="ftp" bindingInformation="127.0.0.1:21:" />
  27. </bindings>
  28. <ftpServer>
  29. <security>
  30. <ssl controlChannelPolicy="SslAllow" dataChannelPolicy="SslAllow" />
  31. <authentication>
  32. <basicAuthentication enabled="true" />
  33. </authentication>
  34. </security>
  35. </ftpServer>
  36. </site>
  37. <site name="FTP-mysite" id="4">
  38. <application path="/">
  39. <virtualDirectory path="/" physicalPath="E:mysitewwwroot" userName="mysite_ftp" password="[enc:IISCngProvider:xYvGSdxqamuKq02/xUczZGTdEGui8k4gIJRASehxKGVtsPrTtxNIA8w9aRe8WUwvch3w6XT0hEegnCMZbVIxeWIOypGpRIZ1u8UAO0G/Jkh=:enc]" />
  40. <virtualDirectory path="/" physicalPath="E:mysitewwwroot" />
  41. </application>
  42. <bindings>
  43. <binding protocol="ftp" bindingInformation="127.0.0.1:21:www.mysite.com" />
  44. </bindings>
  45. <ftpServer>
  46. <security>
  47. <ssl controlChannelPolicy="SslAllow" dataChannelPolicy="SslAllow" />
  48. <authentication>
  49. <basicAuthentication enabled="true" />
  50. </authentication>
  51. </security>
  52. </ftpServer>
  53. </site>
  54. <siteDefaults>
  55. <logFile logFormat="W3C" directory="E:IISDataLogFiles" />
  56. <traceFailedRequestsLogging directory="E:IISDataLogFilesFailedReqLogFiles" />
  57. <ftpServer>
  58. <logFile directory="E:IISDataLogFilesFTPLogs" />
  59. <security>
  60. <authentication>
  61. <basicAuthentication enabled="false" />
  62. </authentication>
  63. </security>
  64. </ftpServer>
  65. </siteDefaults>
  66. <applicationDefaults applicationPool="DefaultAppPool" />
  67. <virtualDirectoryDefaults allowSubDirConfig="true" />
  68. </sites>
Add Comment
Please, Sign In to add comment