761. Which of the following is not the way to maintain state ?
A. Request object
B. Hidden fields
C. View state
D. Cookies

762. Which of the following authentication is best suited for a corporate network ?
A. User
B. Table
C. Form
D. Windows

763. Which of the following tool is used to manage the GAC ?
A. GacSvr32.exe
B. GacUtil.exe
C. GacMgr.exe
D. RegSvr.exe

764. Select the caching type supported by ASP.Net?
A. DataCaching
B. Output Caching
C. Both A and B
D. None of these

765. 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

766. 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

767. 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

768. 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

769. Which object can help you maintain data across users ?
A. Response object
B. Application object
C. Session object
D. Server object

770. Web.config file is used.. ?
A. To configure the web server
B. To configure the web browser
C. Configures the time that the server-side codebehind module is called
D. To store the global information and variable definitions for the application

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU