Main (include\global_main_lib.asp) - Solution Sites Routine
This sub serves as the entry point into the file global.asa, which creates and initializes many of the objects supplied by Commerce Server 2002. References to these objects are stored in the intrinsic Application object so that they can be retrieved and used from Web site pages.
Definition
Sub Main()
Defined in File
Routines Called
dictGetProfileSchemaForAllProfileTypes
GetPartnerAndCustomerServicePageAttributes
sGetActiveDirectoryDefaultNamingContext
Called By
Remarks
This sub creates instances of the following Commerce Server objects: AppConfig, ProfileService, CacheManager, AuthManager, Pipeline, MessageManager, DataFunctions, CatalogManager, ExpressionEvaluator, and Predictor.
This sub gets the Commerce Server site application names from the configuration file, gets the Active Directory domain name (if the Active Directory data store is used), gets the Dictionary object for all the profiles and profile properties, and gets the Dictionary object of Dictionary objects containing properties for all pages.
Copyright © 2005 Microsoft Corporation.
All rights reserved.