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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:03:23+00:00 2026-05-27T07:03:23+00:00

I have a route routes.MapPageRoute(clientOrder, Contract/{contractId}/Orders, ~/ContractOrders.aspx); The idea is to authorize user to

  • 0

I have a route

        routes.MapPageRoute("clientOrder", "Contract/{contractId}/Orders",
        "~/ContractOrders.aspx");

The idea is to authorize user to allow access to a certain set of contracts.

For instance user1 has access to pages Contract/001/Orders and Contract/002/Orders
user2 has access only to Contract/003/Orders, etc.

I’m using Forms Authentication and trying restrict access with
CheckUrlAccessForPrinсipal but it checks only physical access to the page not logical.

I tried to check access in Global.asax in Application_AuthorizeRequest but
Request.RequestContext.RouteData there is allways empty so I don’t know the requested contractId. I can parse it manually from HttpRequest object. But it is a very dummy and unraliable solution.

Please advice

  • 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-27T07:03:24+00:00Added an answer on May 27, 2026 at 7:03 am

    I believe that the only way is to add some code to check the contractId at the ContractOrders.aspx page level and if the Id doesn’t pass the autorization, you manually redirect somewhere to indicate that the access is not granted.

    The built-in mechanism always works at the physical level with route maps, so no matter how your route looks like, the engine always checks the access to the resource the route is mapped to, not the route itself.

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

Sidebar

Related Questions

In my global.asax I have url routing setup like below: routes.MapPageRoute(User Logon, {Vendor}/Logon, ~/Logon.aspx);
I have a route: routes.MapRoute( Company, {id}/{name}.aspx, new { controller = Company, action =
I have the below: routes.MapPageRoute(RouteToPages, {PageName}, ~/Page.aspx); routes.MapPageRoute(RouteToProducts, products, ~/Products.aspx); routes.MapPageRoute(RouteToProduct, product/{ProductName}, ~/Products.aspx); Of
I have a page route with an optional id parameter. Defined like so: routes.MapPageRoute(null,
I have a rule in my Global.asax like so: RouteTable.Routes.MapPageRoute(defaultRoute, {*value}, ~/default.aspx) Essentially, any
In my global.asax.vb I have a rule like so: RouteTable.Routes.MapPageRoute(defaultRoute, {*value}, ~/default.aspx) So, if
Say I have a route declaration similar to this in Global.asax: RouteTable.Routes.MapPageRoute(Products, products/{productno}/{color}, ~/mypage.aspx);
I have two routes defined thus: //Custom route for legacy admin page routes.MapPageRoute( LocaliseRoute,
I have the following line in Global.asax.cs : routes.MapPageRoute( Resorts, {resortname}, ~/Pages/ViewResort.aspx ); The
I have routing set up as follows: void RegisterRoutes(RouteCollection routes) { routes.MapPageRoute(, Home, ~/Default.aspx);

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.