Multiple Choice
Mode of storing ASP.NET session
A) InProc
B) StateServer
C) SQL Server
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Which of the following extension does a
Q15: What is the size of the session
Q16: By default, ASP.NET store SessionIDs in _.<br>A)Cookies<br>B)Cache<br>C)Database<br>D)Global
Q17: Properties and Indexer are used to access
Q18: Every Server control must have an Id
Q19: Why is Global.asax is used?<br>A)Declare Global variables<br>B)Implement
Q20: Which of the following extension does a
Q21: What class does the ASP.NET web form
Q23: Which of the following denote ways to
Q24: Application_Start event is available in _.<br>A)Web.config<br>B)Local.asax<br>C)Global.asax<br>D)None of