Exit 70-486 Developing ASP.NET MVC Web Applications
Question 5 of 5
0% complete
Q5 Single choice

You have been instructed to make sure that the technical prerequisites with regards to scalability are adequately met. To achieve this, it is necessary to access the web.config file to configure session storage.
You want to make use of a SessionState mode that stores session state in a process that is separate from the ASP.NET worker process or IIS application pool.

Which of the following should you make use of?

  • A

    You should consider making use of the In-process mode.

  • B

    You should consider making use of the Off mode.

  • C

    You should consider making use of the SQLServer mode.

  • D

    You should consider making use of the StateServer mode.

  • E

    You should consider making use of the Custom mode.