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

  • Home
  • SEARCH
  • 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 3451452
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:08:46+00:00 2026-05-18T09:08:46+00:00

I have the authentication which will redirect the unregister user to Login.aspx. At the

  • 0

I have the authentication which will redirect the unregister user to Login.aspx. At the bottom of the page,there are a link button will redirect the user to forgotPassword.aspx
With having the authentication, i discover it don’t allow the unregister user to go forgotPassword.aspx but staying in the same page.
so some expert have shown me this code..

can anyone provide me the code in web.config here?

some expert have provided me the code..but i find no where to locate this code in web.config, none of them tell me where to locate it..click this link ..im abit confused.. please provide me whole web.config code so i can have overall idea 🙁 thankss

  • 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-18T09:08:47+00:00Added an answer on May 18, 2026 at 9:08 am

    You need to put it between the main configuration elements:

    <configuration>
        <!--You have other configuration elements here-->
    
        <location path="passwordrecovery.aspx">
           <system.web>
               <authorization>
                   <allow users="*"/>
               </authorization>
            </system.web>
        </location>
    </configuration>
    

    Just don’t forget to accept an answer from your original question.

    UPDATE

    It is important to note that the above assumes that the passwordrecovery.aspx file is located in the same location as the web.config file that contains that above configuration. If the passwordrecovery.aspx file is located somewhere else, you will need to change the path attribute.

    So, assuming the web.config is in the root of your site, and the passwordrecovery.aspx file is in the folder /Presentation/Display then you will need to update the code as follows:

    <configuration>
        <!--You have other configuration elements here-->
    
        <location path="Presentation/Display/passwordrecovery.aspx">
           <system.web>
               <authorization>
                   <allow users="*"/>
               </authorization>
            </system.web>
        </location>
    </configuration>
    

    Another alternative is to keep the original configuration provided, but create it in a new web.config file that is located in the same folder as the passwordreovery.aspx file.

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

Sidebar

Related Questions

I have a page which open a new window with External Url (Twitter Authentication
My supervisor wants me to have a separate MySQL login configuration file, which will
I have a URL which will serve a protected file to my user. The
I have an application which requires authentication, but has some related services which can
I have an ASP.NET MVC web site. I have many actions which require authentication
I have a Django app which uses LDAP as the authentication backend. I'm not
I have a Rails 3.1.3 app which uses devise for users authentication and soft-deletes
I am using smart card to authenticate the user. I have a authentication service
I have a website, in which a user Logs in. I am using an
I have built an completely AJAX based application which has no page refresh and

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.