What does Internet Information Server (IIS) assume to be
the default language for Active Server Pages?
A. Jscript
B. JavaScript
C. JAVA
D. VBScript
E. ECMAScript
Answers were Sorted based on User's Feedback
What is ServerVariables collection?
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
What is asp in web design?
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
How will you set the values for cookies?
What do you need to run asp?
Name the methods by which output stream is controlled?
What is difference between Server.transfer and Response.redirect ?
Explain the difference between the value-type variables and reference-type variables?
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours
What is aspx in url?