Quote:
Originally Posted by Lee Dumond
Have you tried using ~ to resolve the URL?
|
I am not sure.
This is what I have.
<li><asp:LoginStatus ID="ls_MasterStatus" runat="server" onloggingout="ls_MasterStatus_LoggingOut"
LogoutPageUrl="~/Home.aspx" /></li>
I noticed that if you don't put Logout action it just goes back(or tries to) go back to the login page.
So I am not sure what to really do if I put the logout action to that then it seems to work and goes where I want on logout. On login that's a different story it goes to the home page then.
So if I put that in it does not work. If I put it in it does not work.