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 3931584
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:21:56+00:00 2026-05-19T23:21:56+00:00

I have a web app where user is required to authenticate to view certain

  • 0

I have a web app where user is required to authenticate to view certain pages.

Authentication is forced in web.config by doing a re-direct to Login.aspx

When user is on the Login.aspx page the URL is in the following format:

http://localhost:51101/Login.aspx?ReturnUrl=%2fSupport.aspx

After user authorizes I’d expect ASP.Net to re-direct the user to Support.aspx page, but this doesn’t happen.

Support.aspx is not the only page that requires authentication, therefore I can’t do a re-direct in a code-behind file.

Is there a web.config setting that I’m missing out?

Thank you

Edit:

Basic authentication logic

            if (!Membership.ValidateUser(user, password))
            {
                errorId.Text = "Incorrect username or password";
            }
            else
            {
                FormsAuthentication.SetAuthCookie(user, true);  
                // I can add a re-direct here, but it won't do the job since there are multiple pages that require authentication
            }
  • 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-05-19T23:21:57+00:00Added an answer on May 19, 2026 at 11:21 pm

    Are you using Forms Authentication? If so, you will need to call the

    FormsAuthentication.RedirectFromLoginPage()
    

    method in Login.aspx

    Reference

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say you have a web app related Android app that requires the user
I have a Flash web app which displays user submitted PNG files. Files are
I have a web app which lets the user select the excel spreadsheet and
I have a web app that will draw a polyline for each user (tracks
I have another web app, that uses the liferay user database. But before a
We have a web app running on Rails, using Devise and OmniAuth for user
I have a Silverlight web app which uses ASP.net Website administration tool for user
So I have a simple web app where I can create a user (UserModel)
I have a user profile page on my web app which has contact information.
I have a requirement to implement user privilege elevation in an MVC3 web app,

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.