HOTSPOT
You are developing an ASP.NET MVC application. The application includes the following code.
Line numbers are included for reference only.
You add the following markup to the system.web section of the web.config file:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:
Number 2 should be (No). When a 500-level error occurs, CustomError.htm displays.
Agree
The answer is correct.
Thought the question is a bit confusing, by default Asp.Net searches for the custom error views (in this case: /CustomError.htm) in ~Views/Shared/