Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
ASP.NET
Exam 2: ASP.net Authentication, State Management, and Data Access
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
To kill a users session explicitly which of the following will you use?
Question 2
Multiple Choice
You want to secure the connection strings contained within your Web.config file to ensure that no one can open the file easily and see the connection information. Which tool must you use to encrypt the connection strings?
Question 3
Multiple Choice
Default Session data is stored in ASP.Net.
Question 4
Multiple Choice
What ASP.NET object encapsulates the state of the client and the browser?
Question 5
Multiple Choice
Which object in ASP.NET provides a global storage mechanism for state data that needs to be accessible to all pages in a given Web application?
Question 6
Multiple Choice
Which Session Mode Serialization is not required to store the data?
Question 7
Multiple Choice
Which ADO.NET class provide Connected Environment?
Question 8
Multiple Choice
How do you determine the actual SQL data type of a SqlParameter (the type expected by the SQL Server) ?
Question 9
Multiple Choice
How to implement authentication via web.config?
Question 10
Multiple Choice
From the following which is not a valid state management object?
Question 11
Multiple Choice
In a SQL Statement while working with SqlCommand it returns a single value, at that time which method of Command Object will be used?
Question 12
Multiple Choice
Which file is used to write the code to respond to the Application_Start event?
Question 13
Multiple Choice
Which CommandType value is incorrect?
Question 14
Multiple Choice
You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?