nerdexam
Microsoft

70-519 · Question #141

You have an ASP.NET Web application that is deployed on multiple, identical Web servers. The Web servers retrieve data from multiple, identical Microsoft SQL Server databases. Each user maintains an…

The correct answer is A. Use per-request load balancing with StateServer session state. See the full explanation below for the reasoning.

Question

You have an ASP.NET Web application that is deployed on multiple, identical Web servers. The Web servers retrieve data from multiple, identical Microsoft SQL Server databases. Each user maintains an active Web application session during the entire business day. You notice that some Web servers consume 100 percent of their CPU resources and return timeout errors, while other Web servers are idle. You need to design a plan to load-balance the Web application across the available Web servers. Which approach should you recommend?

Options

  • AUse per-request load balancing with StateServer session state.
  • BUse affinity load balancing with SQLServer session state.
  • CUse per-request load balancing with InProc session state.
  • DUse affinity load balancing with StateServer session state.

How the community answered

(24 responses)
  • A
    79% (19)
  • B
    4% (1)
  • C
    4% (1)
  • D
    13% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice