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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 268k
  • Answers 268k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer One of the reasons that ImageIcon(URL) may fail is that… May 13, 2026 at 1:02 pm
  • Editorial Team
    Editorial Team added an answer It really depends on what your plan on targeting and… May 13, 2026 at 1:02 pm
  • Editorial Team
    Editorial Team added an answer You can only use very simple style rules in mails,… May 13, 2026 at 1:02 pm

Related Questions

I have an MVC website I've been developing and I now wish to move
I am playing with MVC and I made a simple site. I have an
I am currently building a custom Membership Provider for my Asp.net MVC website. I
In order to dramatically reduce the number of HTTP requests on my ASP.NET MVC
I don't know if it is relevant that this is happening in an MVC

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.