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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:48:57+00:00 2026-05-12T19:48:57+00:00

I have to migrate a web application I made with ASP.NET MVC to a

  • 0

I have to migrate a web application I made with ASP.NET MVC to a regular Visual Studio 2005 ASP.NET Web Forms based website.

I’ve looked at things like MonoRail, but it’s too different for my co-workers (who are already uncomfortable with MVC) to use.

I’ve read that the first version of ASP.NET MVC was made in an airplane flight, that’s around the kind of complexity I’m willing to deal with.

I don’t need an ORM. I have a homegrown ORM that I’ve been using for a long time that I will use to replace Entity Framework.

Specifically I’m mostly looking for two things: how to do routes using a line or two in a web.config and a fancy Default.aspx, and how to render an aspx page with model data injected into it.

  • 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-12T19:48:57+00:00Added an answer on May 12, 2026 at 7:48 pm

    I was able to take the code from the blog post I mentioned before (A MVC Framework implementation in .Net 2.0 (Spanish)) and beat it into something barely usable.

    Since I don’t understand httpHandlers at all, I added a hack using the Intelligencia.UrlRewriter. In the end I added the following to my web.config

        <httpModules>
      <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter"/>
    </httpModules>
        <httpHandlers>
      <add verb="*" path="*.mvc"   type="MyApp.MainController"/>
            <remove verb="*" path="/MyApp/Views/*"/>
            <remove verb="*" path="/MyApp/Views/*/*"/>
            <remove verb="*" path="/MyApp/Content/*"/>
            <remove verb="*" path="/MyApp/Content/*/*"/>
            <remove verb="*" path="/MyApp/Scripts/*"/>
            <remove verb="*" path="/MyApp/Scripts/*/*"/>
        </httpHandlers>
    </system.web>
    

    By doing this I had to append a aspx to the end of the url like so: /MyApp/Home/Index.aspx. I tried using a .mvc extention, but that didn’t work either.

    I still have problems with Posting though. It’ll take a fair amount of work to get Alejandro’s MainController to handle multiple post variables properly, I’m probably going to have to make a FormCollection class.

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

Sidebar

Related Questions

No related questions found

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.