Hi,
I am facing one issue. My objective is to remove Home tab from PWA (Project Web Access, template for Project Server site). I googled and found that I can hide this tab with the help of CSS. So I modified default.master page as below,
#zz1_TopNavigationMenun0 {
display: none !important;
}
When I modify master page and browse the site again I am getting below error.
"The enablesessionstate attribute on the page directive is not allowed in this page"
Can anyone help me out here?
Thanks in advanced.