How many global.asa files can an application have in asp?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Querystring collection and Form collection?
What is asp what can asp do for you?
What is ServerVariables collection?
What are the attributes of the <form> tags? What are their functions?
How do you open an asp file?
How can I see what assemblies are installed in the global assembly cache?
What is Application-scope?
where should i get free version of Test Director to download
Can I avoid using the garbage collected heap?
Define request object?
what are the two main compononet in remoting
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")