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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:55:44+00:00 2026-05-15T20:55:44+00:00

I have an existing ASP.Net Application, into which I am attempting to introduce MVC2.

  • 0

I have an existing ASP.Net Application, into which I am attempting to introduce MVC2.

Hopefully I can remember the steps, but what I did was the following:

  1. Created a dummy MVC2 project.
  2. Compared and merged .csproj, resulting in the Add Item commands showing MVC2 items.
  3. Compared and merged the web.config
  4. Compared and merged the global.asax.cs
  5. Added Models, Views and Controllers directories
  6. Added HostController with Index action and Index.aspx (no logic)
  7. Amended route to make /Host/Index the default

So now, when I access the application via the root address http://localhost/MyApp it all works.

But, when I access http://localhost/MyApp/Host/Index I get a 404 error. I get the same result for any of the Controller/Actions I created. The only way I can get them to appear is to use the defaults in the routing configuration. I installed Phill Haack’s route debugger and it’s doing nothing. Obviously there’s some problem with my routing, but I can’t figure it out.

Any ideas what I’ve missed?

  • 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-15T20:55:44+00:00Added an answer on May 15, 2026 at 8:55 pm

    Bah… turns out that this is to do with IIS 5.1 and MVC routing.

    I resolved it by using the following Routes in my application (note the .aspx extensions).

    routes.MapRoute("Root", "", new { controller = "Host", action = "Index" });
    routes.MapRoute("Default", "{controller}/{action}.aspx", new { controller = "Host", action = "Index" });
    

    Means I can’t have clean routes, but at least it works.

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

Sidebar

Related Questions

I'm building UI logging into a long-existing ASP.NET enterprise application. I have my own
I have an existing asp.net c# application for which I'd like to implement a
I have an ASP.NET application with existing business classes and a database schema. (which
Have just started converting an existing job tracking system into an ASP.NET MVC application.
I have an existing 32-bit ASP.NET application that used 32-bit unmanaged DLLs. If I
I have a silverlight application that I am embedding in an existing ASP.NET web
I have an existing ASP.NET MVC application with some sample data in the SQL
I have a project (Web Application) which I have been developing in C#/ASP.NET, and
I have an existing ASP.NET web application that I'm converting to MVC 1.0. The
I have an ASP.NET MVC 4 application that needs to use an existing API

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.