Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP MyInfo Component


The MyInfo component is registered with the ProgID of "MSWC.MyInfo."

The following code in the global.asa file creates one instance of the MyInfo object. In this example, the object is given session scope, but a MyInfo object could also be given application scope:

<OBJECT 
RUNAT=Server 
SCOPE=Session 	
ID=MyInfo 
PROGID="MSWC.MyInfo"> 
</OBJECT>


ContentsPreviousNextIndex