Question: Which will NOT set the scope of an Active Server Component?
Answer: A. Setting the [component name].scope property. B. Using the Server.CreateObject method. C. Placing it in the Session or Application OnStart event handler. D. Instantiating the component in the global.asa file. E. Using the <OBJECT> tag.
July 07, 2005 08:40:55
#2
Siva Kumar
Member Since: Visitor Total Comments: N/A
RE: Which will NOT set the scope of an Active Server Component?