Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8043041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:47:03+00:00 2026-06-05T04:47:03+00:00

As said in the title Login control i used is not redirecting the same

  • 0

As said in the title Login control i used is not redirecting the same way it does when i log in first time. The problem is the first time i log in the redirect is correct(default.aspx) and after i LogOut and then Login again it takes me to the page i logged out from. I am out of ideas on what to do! Appreciate all help! Thanx!

<asp:Login ID="Login1" runat="server" DestinationPageUrl="~/Default.aspx" DisplayRememberMe="False"
TitleText="" UserNameLabelText="Username:" OnAuthenticate="Login1Authenticate" 
FailureText="Incorrect username or password" Width="100%" VisibleWhenLoggedIn="False" 
FailureAction="Refresh"  >
</asp:Login>

protected void Login1Authenticate(object sender, AuthenticateEventArgs e)
{
    var filecontent = Server.MapPath(@"~/App_Data/UsersFile.txt");
    var lines = File.ReadAllLines(filecontent);

    foreach (var line in lines)
    {
        if (line.Contains(@"username"))
        {
            var str = line; int index = str.IndexOf("=", StringComparison.Ordinal);
            var newstr = str.Substring(index + 1);
            Username = newstr.Trim();
        }
        if (line.Contains(@"password"))
        {
            var str = line; int index = str.IndexOf("=", StringComparison.Ordinal);
            var newstr = str.Substring(index + 1);
            Password = newstr.Trim();
        }

        if ((!Login1.UserName.Trim().Equals(Username)) || (!Login1.Password.Trim().Equals(Password))) continue;
        e.Authenticated = true;
        LogUserActions(Username, "Logged in successfully at: ");
        break;
    }

    if (e.Authenticated) return;
    LogUserActions(Username, "Failed to login in at: ");
    LoginStatus1_ModalPopupExtender.Show();
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T04:47:07+00:00Added an answer on June 5, 2026 at 4:47 am

    Silly me when not noticing the Loginstatus property on the page.
    This solved my problem after adding LogoutAction and LogOutURL.

    <asp:LoginStatus ID="LoginStatus1" runat="server" 
    LogoutAction="RedirectToLoginPage" LogoutPageUrl="~/Login.aspx" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

as title said, Im trying to change only the first occurrence of word.By using
As the title said, I got a problem! i encountered the RJS Error:[object error],the
Hope the title is not that confusing - honestly said I had no idea
Same as Title said: What is the benefit for freeze gems in Ruby on
Well I say what's said in the title again, I can't find a way
Title said it all. Some context: I got a search mechanism - search view,
As the title said: Is it possible to send an email (using php mail())
    As the title said, I want to match ip address with batch in windows,
I have some trouble with a spreadsheet: as said in the title, I put
I am NEW to ZF .i used zend paginator in my first project .its

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.