If I declare this in the file web.config of FolderA, will I need to specify the MasterPageFile attribute in Page directive of all pages in FolderA???
<system.web>
<pages masterPageFile="~/FolderA/AdminTemplate.master"></pages>
</system.web>
------
Right now, I don't see any effects of...