ASP, ATL Active Server Page Component Wizard

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at ASP, ATL Active Server Page Component Wizard.

Use this page of the ATL Active Server Page Component Wizard to specify optional settings for handling information and state related to your ASP component.

Optional methods
Adds the optional ASP methods, OnStartPage and OnEndPage, to your object. This option must be selected to set any Active Server Pages intrinsic objects. By default, it is selected.

  • OnStartPage/OnEndPage OnStartPage is called the first time the script tries to access the object. OnEndPage is called when the object is finished processing the script.

Intrinsic object
You must select the OnStartPage/OnEndPage option to set any ASP intrinsic objects.

OptionDescription
RequestProvides access to the Active Server Pages intrinsic Request object. The Request object is used to pass an HTTP request.
ResponseProvides access to the Active Server Pages intrinsic Response object. In response to a request, the Response object sends information to the browser to display to the user.
SessionProvides access to the Active Server Pages intrinsic Session object. The Session object maintains information about the current user session, including storing and retrieving state information.
ApplicationProvides access to the Active Server Pages intrinsic Application object. The Application object manages state that is shared across multiple ASP objects.
ServerProvides access to the Active Server Pages intrinsic Server object. The Server object allows you to create other ASP objects.

ATL Active Server Page Component Wizard
ATL Active Server Page Component

Show: