Page Execution Model for Solution Sites

The Commerce Server Solution Sites use a Page Execution Model for Solution Sites that is highly structured and standardized throughout the sites. On a given Web site page, such as basket.asp, all of the standard processing occurs within files that are included on the page. Code to implement the unique aspects of the page occurs within the page itself, implemented within a routine named Main, and within any additional routines included as helper routines to the routine Main. In other words, the routine Main is the entry-point routine for custom processing on a page.

The following figure shows a hypothetical Web site page. The annotations, shown to the right in red, describe the high-level function of various aspects of a standard Solution Site Web page.

Page Execution Model for Solution Sites

The Page Execution Model for Solution Sites is explained in greater detail in the following topics:

See Also

Page Authoring for Solution Sites

Page Layout Customization for Solution Sites

Copyright © 2005 Microsoft Corporation.
All rights reserved.