Mega Code Archive

 
Categories / ASP.Net / User Control And Master Page
 

Specifying the master page for a specific folder in the Web config file

<configuration>     <location path="AdministrationArea">         <system.web>             <pages masterPageFile="~/yourMaster.master" />         </system.web>     </location>      </configuration>