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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:53:31+00:00 2026-05-14T05:53:31+00:00

I am still very new to the MVC framework, but I managed to create

  • 0

I am still very new to the MVC framework, but I managed to create a controller that reads from a database and writes JSON to an url;

host.com/Controllername?minValue=something&maxValue=something

However when I move the site to a subfolder;

host.com/mvc/

it doesn’t seem to be able to call the controller from there when I do it like this;

host.com/mvc/Controllername?minValue=something&maxValue=something

Did I forget to do something somewhere to make this url call valid from that subfolder?
Any help here would be greatly appreciated.

  • 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-14T05:53:32+00:00Added an answer on May 14, 2026 at 5:53 am

    In the first case you are specifying the controller name while in the second case you are not. You could setup a default route:

    routes.MapRoute(
        "Default",
        "{controller}/{action}/{id}",
        new
        {
            controller = "Controllername",
            action = "ActionName",
            id = UrlParameter.Optional
        }
    );
    

    Once this default route points to the controller and action both urls should work:

    host.com/?minValue=something&maxValue=something
    host.com/mvc/?minValue=something&maxValue=something
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm coming from web forms and still very new to MVC. I want to
I'm still very new to Android, but I am trying to keep up by
I am still very new to routing with asp.net mvc, so perhaps this is
I'm still very new to codeigniter. The issue i'm having is that the file
I'm building very basic mvc application with Spring. It has one controller that should
Keep in mind that I am still very new to python coding as I
Still very new to C++ so go easy, but I'm having a little issue
I'm still very new at programming, and our local SSIS genius isn't here today
I am very new to ExtJS and still going through the Docs in Sencha
EDIT: Updated with suggestions from Bill Karwin below. Still very slow. I'm trying to

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.