Infact, i have been able to dig down, and find the exact master
page, and put some necessary tags.
But the problem is, that the area rendered by the following control,
in the Master page, is too general.
<asp:ContentPlaceHolder id="PlaceHolderMain" runat="server">
</asp:ContentPlaceHolder>
How can i find the exact control behind this, so i can make changes
in more details? I tried to search through ID, etc. but it seems it
is a web control ?