Which three additional tasks should you perform?

You are creating ASP.NET applications by using the .NET Framework 3.5.

The applications will be hosted on the same physical Web server.

You have the following page layout requirements:

– A common page layout that applies to all the ASP.NET pages across the Web applications
– All pages to automatically reflect changes that are made to the common page layout

You create a master page that provides the page layout.

You need to implement a solution that meets the layout requirements.

Which three additional tasks should you perform? (Each correct answer presents part of the solution. Choose three.)

You are creating ASP.NET applications by using the .NET Framework 3.5.

The applications will be hosted on the same physical Web server.

You have the following page layout requirements:

– A common page layout that applies to all the ASP.NET pages across the Web applications
– All pages to automatically reflect changes that are made to the common page layout

You create a master page that provides the page layout.

You need to implement a solution that meets the layout requirements.

Which three additional tasks should you perform? (Each correct answer presents part of the solution. Choose three.)

A.
Add a @ MasterType directive to each ASP.NET page.

B.
Add a ContentPlaceholder control to each ASP.NET page.

C.
Copy the master page into a single folder on the Web server.

D.
Set the MasterPageFile property on each ASP.NET page to the virtual path of the master page file.

E.
Configure a virtual directory within the default Web site, and point the virtual directory to the folder that contains the master page.

F.
Configure a virtual directory within each Web application, and point the virtual directory to the folder that contains the master page.



Leave a Reply 0

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