In ASP.NET if one wants to maintain session then which of the following is used ?
(A) Microsoft SQL Server
(B) Session State Service
(C) In-process storage
(D) All of the above
It is best to use a web instead of a windows application when the application ?
(A) needs to be available to the public
(B) must be platform-independent
(C) has a thin front end (client)
(D) All of the above
How to implement authentication via web.config ?
(A) Include the deny element.
(B) Include the identity element.
(C) Include the authorization element.
(D) Include the authentication element
Postback occurs in which of the following forms_________________?
(A) Webforms
(B) Winforms
(C) HTMLForms
(D) None of these
Whats the significance of Request.MapPath( ) ?
(A) Maps the specified absolute path to virtual path
(B) Maps the specified virtual path to a physical path
(C) All of the above
(D) None of the above
If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
(A) Maintain the login state security through a View State.
(B) Maintain the login state security through a Session.
(C) Maintain the login state security through a database.
(D) All of the above
The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________?
(A) .NET Remoting
(B) .NET Threading
(C) .NET RMT
(D) None of these
Mode of storing ASP.NET session_____________?
(A) StateServer
(B) SQL Server
(C) InProc
(D) All of the above
The type of code found in Code-Behind class is __________________?
(A) Client-side code
(B) Server-side code
(C) Both A and B
(D) None of these
Select the caching type supported by ASP.Net?
(A) DataCaching
(B) Output Caching
(C) Both A and B
(D) None of these