Hello,
I have been working on chapter eight under Building Master Pages. Everything seems fine until I get to step 5 where I need to add the code below;
Code:
<div class=âcustomTop customPagePaddingâ>
Code:
<asp:LoginView id=âLoginViewâ runat=âserverâ>
<AnonymousTemplate>
<a href=â/_layouts/authenticate.aspxâ class=âcustomLoginâ
title=âUser Loginâ>User Login</a>
<style type=âtext/cssâ>
body #s4-ribbonrow {
display: none;
}
</style>
</AnonymousTemplate>
</asp:LoginView>
</div>
The code breaks my master page and display error in SharePoint designer "Error Creating Control -LoginView" No 'runat=server' attribute present on the LoginView Page. Kindly help out. I am running sharepoint server 2010 and internet explorer 10.
Regards,
Bisi