This is NOT a good way to boost ASP.NET application performance:

  1. Trap exceptions instead of using them to direct program flow.

  2. Disable session state, unless you actively plan to use it.

  3. Use storied procedures instead of ad hoc queries when accessing back-end SQL data.

  4. Never leave caching turned on.


Correct Option: D

Find more quizzes: