home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / golive5 / GoLive5_Tryout.exe / MM9.Cab / F1390_global.asa.B68A47EF_2C12_47AD_8E46_43E4E0BFD97A < prev    next >
Encoding:
Text File  |  2000-08-17  |  542 b   |  17 lines

  1. <SCRIPT runat="server" language="VBScript">
  2.  
  3. ' -----------------------------------------------------------------------------
  4. ' This file defines the bare minimum to use the Microsoft Commerce
  5. ' Server with the adobe sample.  Change the value of UseMSCommerceServer
  6. ' to true to use MSCS.
  7.  
  8. sub Application_OnStart
  9.     Application.Lock
  10.     Application("SiteName") = "Adobe GoLive Dynamic Link"
  11.     Application("DefaultDatabase") = "Adobe"
  12.     Application("UseMSCommerceServer") = false
  13.     Application.Unlock
  14. end sub
  15.  
  16. </SCRIPT>
  17.