home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT runat="server" language="VBScript">
-
- ' -----------------------------------------------------------------------------
- ' This file defines the bare minimum to use the Microsoft Commerce
- ' Server with the adobe sample. Change the value of UseMSCommerceServer
- ' to true to use MSCS.
-
- sub Application_OnStart
- Application.Lock
- Application("SiteName") = "Adobe GoLive Dynamic Link"
- Application("DefaultDatabase") = "Adobe"
- Application("UseMSCommerceServer") = false
- Application.Unlock
- end sub
-
- </SCRIPT>
-