nerdexam
Microsoft

70-519 · Question #88

You have a web server farm that contains one ASP.NET web application. You configure the application to log health monitoring events by using the SQL Server provider. The SQL Server provider uses…

The correct answer is D. In the web.config file for the application, modify the health monitoring profile file to limit the. The Machine.Config file, which specifies the settings that are global to a particular machine. As web.config file is used to configure one asp .net web application, same way Machine.config file is used to configure the application according to a particular machine. That is…

Designing for Stability and Maintenance

Question

You have a web server farm that contains one ASP.NET web application. You configure the application to log health monitoring events by using the SQL Server provider. The SQL Server provider uses buffering. When the application logs a large volume of events, performance is degraded on the SQL Server. You need to reduce the load on the SQL Server and log all events. What should you do?

Options

  • AIn the machine.config file for the server that hosts the application, modify the health
  • BModify the web application to enable caching.
  • CIn the root-level web.config file for the server that hosts the application, configure the buffer
  • DIn the web.config file for the application, modify the health monitoring profile file to limit the

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    14% (4)
  • D
    76% (22)

Explanation

  • The Machine.Config file, which specifies the settings that are global to a particular machine. As web.config file is used to configure one asp .net web application, same way Machine.config file is used to configure the application according to a particular machine. That is, configuration done in machine.config file is affected on any application that runs on a particular machine. Usually, this file is not altered and only web.config is used which configuring applications. - ASP.NET health monitoring enables system administrators to monitor the status of deployed Web applications. - ASP.NET measures out one instance of an event per minute. This throttling frequency is configured in the profiles element and is associated with events and providers in the rules

Topics

#health monitoring#SQL Server provider#event buffering#performance tuning

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice