OnStartPage Method

The built-in Server object calls this method after it creates an instance of the CDFGenerator class in an ASP script. This method, in turn, invokes Server.CreateObject to create an instance of the Membership.UserObjects class, the primary COM object used by the Personalization and Membership Active User Object (AUO) feature. Once created, it is available for use in retrieving the current user's list of included or excluded channels from the Membership directory database.

This method is standard for all classes designed to take advantage of the ASP environment and is not intended to be invoked directly by script in an ASP page.


© 1997-1998 Microsoft Corporation. All rights reserved.