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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:10:17+00:00 2026-06-04T15:10:17+00:00

I have this in my web.config <location path=ChangePassword.aspx> <system.web> <authorization> <allow users=*/> </authorization> </system.web>

  • 0

I have this in my web.config

  <location path="ChangePassword.aspx">
     <system.web>
       <authorization>
         <allow users="*"/>
       </authorization>
     </system.web>   </location>

The problem is that, while accessing the page works, i need to allow acces to this page with querystrings as well, which does not work:

  • ChangePassword.aspx?mode=
  • ChangePassword.aspx?userid=xx&mode=

How can I do that? The parameters will have dynamic values all the time of course, I cant hardcode IDs in web.config.

EDIT for better understanding of the problem

The purpose= non-logged user must have access to the ChangePassword.aspx page with any querystrings it receives.

The problem for non-logged users:

  • They can access ChangePassword.aspx
  • They can NOT access ChangePassword.aspx?parameter=value
  • 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-04T15:10:19+00:00Added an answer on June 4, 2026 at 3:10 pm

    If a user can access the page, they can add a query string to the path.

    The authorization mechanism operates on the file location only – you can’t make it operate on the query string parameters.

    If you want to change the page behaviour according to the parameters you should do that in your page code.

    You can easily access the query string parameters on the page:

    Request.QueryString["UserId"]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web config with the following: <location path=toolbar/apps/loginservice/login> <system.web> <authorization> <allow users=?/>
I currently have my web.config location section set up like this <location path=page1.aspx> <system.web>
I have the following on my web.config <location path = WebPages/Reports> <system.web> <authorization> <deny
In my web.config I have this: <system.web> <authentication mode=Forms> <forms loginUrl=Login.aspx protection=All path=/ timeout=30/>
Weired problem! ASP.NET Session expires instantly. In my web.config I have this session settings:
Let's say I have the following in a web.config: <allow roles=Developers /> <deny users=*/>
I have the following authorization settings in my web.config: <authorization> <deny users=? /> </authorization>
I have this variable defined in my web.config file : <appSettings> <add key =version
I have added this rule in my web.config to redirect non www URLs to
In web.xml I have this <session-config> <session-timeout>2</session-timeout> </session-config> <listener> <listener-class>myapplication.SessionListener</listener-class> </listener> In the SessionListener.java

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.