ARTICLE

Creating Master Page (MasterPage in Web.config) in ASP.Net: Part 5

Posted by Abhimanyu Kumar Vatsa Articles | Active Directory in VB.NET August 11, 2010
This is my series of articles on Master Page and in this article we will discuss how to configure Master Page in Web.config file.]
 
Reader Level:

HTML clipboard

Introduction on Web.config Master Page Setting

Here is Part 4

We can apply a Master Page to every content page in a particular folder or every content page in an entire application. Rather than add a MasterPageFile attribute to individual content pages, we can add a configuration option to the web configuration file.
For example, the web configuration file given below applies the SimpleMaster.master Master Page to every page contained in the same folder (or subfolder) as the web configuration file.

<?xml version="1.0"?>
<configuration>
  <
system.web>
    <
pages masterPageFile="~/MasterPage.master" />
  </system.web>
</
configuration>

Above Master Page given in Web.config file is applied only to content pages. If a page does not contain any Content controls it is a normal ASP.NET page then the Master Page is ignored. We can override the Master Page configured in the web configuration file in the case of a particular content page. In other words, a MasterPageFile attribute in content page takes precedence over a Master Page specified in the web configuration file.

Note: This is last part of this series of articles.

HAVE A GREAT CODING!
 

Login to add your contents and source code to this article
share this article :
post comment
 
Nevron Diagram
Become a Sponsor
PREMIUM SPONSORS
  • The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
    The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
Become a Sponsor