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.

31 lines
1.5 KiB

  1. <SCRIPT LANGUAGE=Javascript RUNAT=Server>
  2. function Application_OnStart()
  3. {
  4. L_OCA3_CUSTOMERDB_RO_TEXT = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=web_ro;pwd=!OCA_Realtime_RO*;Data Source=redbgitsql13;initial catalog=KaCustomer3";
  5. L_OCA3_CUSTOMERDB_RW_TEXT = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=web_rw;pwd=!OCA_Realtime_RW*;Data Source=redbgitsql13;initial catalog=KaCustomer3";
  6. L_OCA3_SOLUTIONDB_RO_TEXT = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=web_ro;pwd=!OCA_Realtime_RO*;Data Source=redbgitsql13;initial catalog=Solutions3";
  7. L_OCA3_SOLUTIONDB_RW_TEXT = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=web_rw;pwd=!OCA_Realtime_RW*;Data Source=redbgitsql13;initial catalog=Solutions3";
  8. //web_RO - !OCA_Realtime_RO*
  9. //web_RW - !OCA_Realtime_RW*
  10. //Test settings
  11. //var SOLUTIONS3 ="Driver=SQL Server;Server=redbgitsql13;uid=newsa;pwd=81574113;DATABASE=Solutions3"
  12. //var CRASHDB3 ="Driver=SQL Server;Server=redbgitsql13;uid=newsa;pwd=81574113;DATABASE=crashdb3"
  13. //Live settings
  14. var SOLUTIONS3 ="Driver=SQL Server;Server=tkwucdsqla02;uid=dbgportal;pwd=GoWin;DATABASE=Solutions3"
  15. var CRASHDB3 ="Driver=SQL Server;Server=tkwucdsqla02;uid=dbgportal;pwd=Gowin;DATABASE=crashdb3"
  16. var KACUSTOMER3 =""
  17. var TKOFF ="Driver=SQL Server;Server=TKOFFDWSQL02;DATABASE=DWInternal;uid=dwsqlrw;pwd=am12Bzqt"
  18. Application( "SOLUTIONS3" ) = SOLUTIONS3
  19. Application( "KACUSTOMER3" ) = KACUSTOMER3
  20. Application( "CRASHDB3" ) = CRASHDB3
  21. }
  22. </SCRIPT>