Specifying the master page for a specific folder in the Web.config file: Use
<configuration> <location path="AdministrationArea"> <system.web> <pages masterPageFile="~/yourMaster.master" /> </system.web> </location> </configuration>