Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.7 KiB

  1. <%
  2. dim strCustomer
  3. dim strGlobalLanguage
  4. dim strGlobalOptionCode
  5. dim strGlobalVersion
  6. Dim strOCAIISBox
  7. Dim strFileMoverBox
  8. Dim strFileOfficeWatson
  9. Dim IISServer1
  10. Dim IISServer2
  11. Dim IISServer3
  12. Dim IISServer4
  13. Dim fsoDest
  14. Dim fsoDest64
  15. Dim strCharSet
  16. Dim strGlobalCommandTimeout
  17. Dim strGlobalConnectionTimeout
  18. DIM strSolutions
  19. strCharSet = "utf-8"
  20. 'strCharSet = "SHIFT-JIS"
  21. strGlobalLanguage = "1033"
  22. strGlobalOptionCode = "2"
  23. strGlobalVersion = "2,0,0,34"
  24. strOCAIISBox = "c:\temp\"
  25. strFileMoverBox = "\\tkwucdrpta06\inqueue\"
  26. 'strFileOfficeWatson = "C:\WINNT\Minidump\"
  27. strFileOfficeWatson = "\\officewatson1\archivebluescreen\"
  28. IISServer1 = "\\tkwucdwba01\OCA\"
  29. IISServer2 = "\\tkwucdwba02\oca\"
  30. IISServer3 = "\\tkwucdwba03\oca\"
  31. IISServer4 = "\\tkwucdwba04\oca\"
  32. fsoDest = "\\tkwucdfsa02\Whistlerbeta\"
  33. fsoDest64 = "\\tkwucdfsa02\win64\"
  34. strGlobalConnectionTimeout = 60
  35. strGlobalCommandTimeout = 60
  36. strCustomer = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=publicWeb2;pwd=GoWin;Data Source=tkwucdsqla01"
  37. strSolutions = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=publicWeb2;pwd=GoWin;Data Source=tkwucdsqla01"
  38. 'strCustomer = "Provider=SQLOLEDB.1;UID=sa;PWD=sa;Persist Security Info=False;Initial Catalog=KaCustomer;Data Source=OCATESTDB"
  39. 'strCustomer = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;PWD=sa;Initial Catalog=KaKnownIssue;Data Source=OCADEVDB"
  40. 'strCustomer = "Provider=SQLOLEDB.1;PWD=billy;Persist Security Info=false;User ID=billy;Initial Catalog=OCA2;Data Source=TIMRAGAIN"
  41. 'strCustomer = "Provider=SQLOLEDB.1;Password=sa;Persist Security Info=True;User ID=sa;PWD=sa;Data Source=OCATESTDB"
  42. %>