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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:13:39+00:00 2026-05-12T10:13:39+00:00

I have an MVC website I’ve been developing and I now wish to move

  • 0

I have an MVC website I’ve been developing and I now wish to move up to my shared hosting service. However, I’ve run into a bit of a problem: my provider only allows for 1 root level application.

When I created and application as a sub of my root application, my MVC app wouldn’t work. I’d either get a “resource not found” or, after adjusting my routes to contain the subfolder name”, a “there are not matching routes” error.

So my question is, what do I have to do? How do I adjust my routes? Does the fact that my root application is not an MVC app matter?

  • 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-12T10:13:39+00:00Added an answer on May 12, 2026 at 10:13 am

    Firstly you don’t change the route names, they should be app relative.

    Secondly, you’ll probably experience problems from web.config inheritance (ie, your web.config in the mvc application is inheriting everything from the web.config in the root).

    You can stop this inheritance but you’ll need to modify the root applications web.config to include a location tag around everything:

    <configuration>
      <configSections>
        ... all your custom config sections here (if any) ...
      </configSections>
      <location path="." inheritInChildApplications="false">
        ... all your config stuff here (ie, system.web, connectionStrings) ...
      </location>
    </configuration>
    

    What this does is says, apply these settings only to the path ‘.’, the period will stand for the current location, then the inheritInChildApplications says ‘don’t inherit these settings in child applications’.

    You can even put things outside of the location tag that you DO want to share to child applications.


    Edit: note this may not fix your problems (or at least not all of them), some may be because you’ve made assumptions that the application will run in the root (mainly regarding paths).

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

Sidebar

Related Questions

I have a MVC website that sits on top of a WCF service. The
I have an ASP.NET MVC website that works in tandem with a Windows Service
So I have an MVC 2 website online right now. I set up my
i have an asp.net mvc website. http:/mywebsite.com (just for this example) I have been
This is an ASP.NET MVC website. Following domain driven design, we have a service
I have built a MVC website on IIS6. I used the built-in ASP.NET Security
I have an ASP.NET MVC website where I've established a system of Permissions. There
i have a asp.net mvc website and the volume of traffic is increasing. I
I have an asp.net mvc website that returns a JSON result to certain pages
I have the following view definition in my asp.net mvc website: <% Using Ajax.BeginForm(UsrCtlChangePassword,

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.