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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:44:12+00:00 2026-05-11T08:44:12+00:00

I really like the way ASP.NET MVC works. I’d love to implement it on

  • 0

I really like the way ASP.NET MVC works. I’d love to implement it on all new web projects moving forward, but I hit a snag in a prototype the other day that I really haven’t found a good solution for, so I ask you, how would you design an MVC app that doesn’t fit the typical REST pattern? As an example, the prototype I was designing would have several pages, but the pages themselves aren’t necessarily bound to a domain model. For example, take a simple registration site, which might have the following pages:

  • /Default.aspx
  • /Register.aspx
  • /ThankYou.aspx

Occasionally, such a program might require an admin section to deal with such details as moderating sign ups or reviewing data. In a standard ASP.NET web app, I might add the following

  • /Admin/Default.aspx
  • /Admin/ListRegistrations.aspx
  • /Admin/ViewReports.aspx …

Would it be an unacceptable deviation from the MVC pattern, in this case, to have two controllers such as:

  • Home->Index
  • Home->Register
  • Home->ThankYou
  • Admin->Index
  • Admin->ListRegistrations
  • Admin->Reports

My frustration with this is compounded by the fact that there is no real solid implementation of subcontrollers and areas yet. I’m aware of the ‘Areas’ prototype put together by Phil Haack, but it’s not very mature, and quite frankly, I’m not sure I like the way it’s setup, but I don’t really know how I’d like to see that work either.

I guess when I think MVC, I tend to think REST as well, and having controller actions that represent pages rather than actual entities or actions doesn’t sit right with me. What do you think?

  • 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. 2026-05-11T08:44:13+00:00Added an answer on May 11, 2026 at 8:44 am

    You can always mix ASP.NET Web Forms with MVC.

    Just add

    routes.IgnoreRoute('Pages/{*path}'); 

    to your routing table and add traditional Web form pages to Pages folder of the application.

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

Sidebar

Related Questions

I really like the MVC way and have actually enjoyed learning ASP.NET MVC (I
New to ASP.NET MVC 3. This seems like it should be a really simple
I'm writing a web service (using ASP.NET MVC) and for support purposes we'd like
I'm using structureMap as my IoC/DI for an ASP.NET MVC web site. Works great.
I'm really new to both ASP.NET MVC and the MVC pattern generally. For context,
In an Asp.net MVC application I'd like to encapsulate the ugly wrapper code (just
I have an ASP.Net MVC web app that includes a set of Forums. In
I have an application in Asp.net MVC where at some point I would like
I created a route in ASP.net MVC application that looks like this: routes.MapRoute( ArticleRoute,
I'd like to use the Razor View Engine outside of ASP.NET MVC to generate

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.