Jump to content

.net


radha1

Recommended Posts

Question 38: An ecommerce application is being built which relies heavily on session variables. Due to an expected high demand it has been decided to ensure the application can be run on a multiple machine webfarm. Which of the following options for storing session state will meet the application's requirements? A. Store session state with an in-process ASP.NET process. B. Develop the application with stateless COM+ components. C. Store session data to a table in a database. D. Store session data using the Output cache directive. E. Store session state in the out-of process Windows StateServer ser

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...