READ Free Dumps For Microsoft- 70-486
Question ID 14798 | You are developing an ASP.NET MVC application by using Visual Studio 2012. |
Option A | From the Debug menu in Visual Studio 2012, select Exceptions. Enable the Thrown check box for Common Language Runtime Exceptions. |
Option B | From the Debug menu in Visual Studio 2012, select Exceptions. Disable the User- unhandled check box for Common Language Runtime Exceptions. |
Option C | Add the following code to the web.config file of the application. <customErrors mode="On" > <error statusCode="500" redirect="CustomErrors.html" /> </customErrors> |
Option D | Add the following code to the web.config file of the application. <customErrors mode="On" > <error statusCode="404" redirect="CustomErrors.html" /> </customErrors> |
Correct Answer | A |
Question ID 14799 | You are developing an ASP.NET MVC application in Visual Studio 2012. The application
The application must not display AccountNumber in clear text in any URL. |
Option A | |
Correct Answer | A |