PrepAway - Latest Free Exam Questions & Answers

What should you implement?

You are developing an ASP.NET MVC application. The application is deployed in a web
farm and is accessed by many users. The application must handle web server failures
gracefully. The servers in the farm must share the state information. You need to persist the
application state during the session. What should you implement?

PrepAway - Latest Free Exam Questions & Answers

A.
A state server

B.
Cookieless sessions

C.
A web garden on the web servers

D.
An InProc session

One Comment on “What should you implement?

  1. Pedro Leite says:

    A) StateServer mode, which stores session state in a separate process called the ASP.NET state service. This ensures that session state is preserved if the Web application is restarted and also makes session state available to multiple Web servers in a Web farm.




    1



    0

Leave a Reply