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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:35:31+00:00 2026-05-26T01:35:31+00:00

Routing: context.MapRoute( Dashboard_default, Dashboard/{controller}/{action}/{jobName}, new { action = Index, controller = Dashboard, jobName =

  • 0

Routing:

        context.MapRoute(
            "Dashboard_default",
            "Dashboard/{controller}/{action}/{jobName}",
            new { action = "Index", controller = "Dashboard", jobName = UrlParameter.Optional }
        );

But for Route

http://localhost/candidate/Dashboard/Overview/Show/sdfdsf.xx.dd

I recieve:

HTTP Error 404.7 – Not Found
The request filtering module is configured to deny the file extension.

In the same time, route

http://localhost/candidate/Dashboard/Overview/Show/sdfdsf.xx

Gives right response.

I assume some issue with IIS, have anyone seen that before?

  • 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-26T01:35:31+00:00Added an answer on May 26, 2026 at 1:35 am

    To allow that particular url, in your web.config you could add this:

    <system.webServer>
        <security>
          <requestFiltering>
            <fileExtensions>
              <remove fileExtension=".dd" />
            </fileExtensions>
          </requestFiltering>
        </security>
      </system.webServer>
    

    Otherwise, you could add a <clear /> inside of fileExtensions to allow any file to be routed.

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

Sidebar

Related Questions

I'm having what I think is a routing issue. Here's my route: context.MapRoute (
So, I have implemented custom routing in mysite. routes.MapRoute( WithFriendlyNameOnly, {friendlyName}, new { controller
The new ASP.NET routing is great for simple path style URL's but if you
I've got the following routes: // Submission/* routes.MapRoute( Submission, Submission/{form}, new { controller =
When using routing in a Camel context via RouteBuilder, What is the practical difference
Is it possible to fire up nvelocity routing mechanism outside the context of request
In my routing I would like to have something like not found route handler.
Hi everyone I have a problem with MVC3 routing and areas: My route matches
In my global.asax.cs file. I add an entry routes.MapRoute( Static text, Static/General/{filePath}, new {
I'd like to have a route setup like the following routes.MapRoute( Static content handler,

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.