Author: cosmicice | Posted on: 12/21/2009 12:19:58 AM | Views : 1252

Hi,

My problem is, after an anonymous user logs in, he should always be redirected to 'default.aspx' page.

I am using asp:loginView in the master page, and asp:login in the login page.

In the master page:
<asp:LoginView ID="LoginView1" runat="server"> <LoggedInTemplate> <asp:LoginStatus ID="uxLoginStatus" runat="server" LogoutPageUrl="~/default.aspx" CssClass="menuItem" OnLoggedOut="uxLoginStatus_LoggedOut" LogoutText="<%$ Resources:Texts, LogOutText %>" /> </LoggedInTemplate> <AnonymousTemplate> <asp:LoginStatus ID="uxAnonymousLoginStatus&quo ...

Go to the complete details ...