How can this problem be resolved?

There is a ASP.NET MVC 2 Web Application named PassGuideApp.
PassGuideApp includes a controller class.
The definition of this class is displayed in the class exhibit.
The @Page directive exhibit displays the page directive of a page Index.aspx which is
stored in the Views folder of PassGuideApp.
You use google chrome to test PassGuideApp. The error exhibit shows the error that is
returned when the Index method is invoked.
How can this problem be resolved? Select two.

There is a ASP.NET MVC 2 Web Application named PassGuideApp.
PassGuideApp includes a controller class.
The definition of this class is displayed in the class exhibit.
The @Page directive exhibit displays the page directive of a page Index.aspx which is
stored in the Views folder of PassGuideApp.
You use google chrome to test PassGuideApp. The error exhibit shows the error that is
returned when the Index method is invoked.
How can this problem be resolved? Select two.

A.
Replace the @Page directive with…

B.
Copy the file Index.aspx to Employee.aspx.

C.
Copy the file Index.aspx to Employee_default.aspx.

D.
Delete file Index.aspx.

E.
Make a map named Employee inside the Views folder.

F.
Move the Global.aspx file to the Employee map.

G.
Move the Employee.aspx file to the Employee map.

H.
…<%@ Page Inherits=”System.Web.Mvc.ViewPage< Employee >” %>

I.
…<%@ Page Inherits=”System.Web.Mvc.ViewPage< Employee_default>” %>



Leave a Reply 0

Your email address will not be published. Required fields are marked *