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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:11:47+00:00 2026-06-19T01:11:47+00:00

I am using the default ASP.NET MVC 2 Web Application on IIS (which I

  • 0

I am using the default “ASP.NET MVC 2 Web Application” on IIS (which I have no admin access to) and while I can navigate to

“server/ITEC”

I can’t navigate to “server/ITEC/About” without the server returning an error – a 404 error.

I’m also using RouteDebugger for testing – when I use the default “server/ITEC” it matches (aka the default home/index controller action) but when I manually type in “server/ITEC/About” I don’t even see the RouteDebugger page. Also, of note, when I place an “index.html” file in “server/Itec/About” it returns the results, which leads me to believe that the directory is configured to use the file system and not MVC routing when handling requests – is this a safe assumption?

How do I update my Global.asax file so that I can return the non-default controllers/actions? Or is this a server issue and how do I go about fixing that?

Thanks!

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;

namespace mikeProg
{
    // Note: For instructions on enabling IIS6 or IIS7 classic mode,
    // visit http://go.microsoft.com/?LinkId=9394801

    public class MvcApplication : System.Web.HttpApplication
    {
        public static void RegisterRoutes(RouteCollection routes)
        {
            routes.IgnoreRoute("{resource}.axd/{*pathInfo}");           

            routes.MapRoute(
                "Default", // Route name
                "{controller}/{action}/{id}", // URL with parameters
                new { controller = "Home", action = "Index", id = UrlParameter.Optional } // Parameter defaults            
            );

            RouteDebug.RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);

        }

        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            RegisterRoutes(RouteTable.Routes);
        }
    }
}
  • 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-19T01:11:48+00:00Added an answer on June 19, 2026 at 1:11 am

    I figured this out!

    On the Wildcard application maps section for aspnet_isapi.dll the checkbox for

    “Verify that file exists” was checked.

    Once I asked the System Administrator to uncheck it everything routed perfectly.

    Why is this even an option??? when would I use it?

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

Sidebar

Related Questions

I have an Asp.Net MVC 2 web application deployed on IIS 7.5 on .Net
I have a web application made in asp.net mvc, and i am using Ninject
I'm developing an web application using asp.net MVC and jQuery. I have in my
I'm developing an application using ASP.NET 4 MVC 3. I'm using the default AspNetSqlMembershipProvider.
I have an C# asp.net app using the default Sql MembershipProvider. My web.config has
I have an asp.net mvc 2 application which works fine when run from visual
I am developing a web application using ASP.NET MVC 4 and I would like
I have a web that was build using ASP.NET MVC 1.0. It uses Structuremap
I am developping a web application by using the ASP .NET MVC 3 framework.
I've written a web application with ASP.NET MVC. The default ControllerFactory has been replaced

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.