211.

While testing your Web app in a nonproduction environment, you want the browser output of all of the app’s ASPX pages to include helpful messages concerning when certain page events such as Load, Render, and PreRender occur and how long they take to execute. You’d also like to see the contents of all server variables. What is the simplest way to achieve this without having to code such messages on every page?

No description found.