GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP

 Print  |  
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?
 
2nd one is correct answer. 
 
     

 

Back To Question