Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • anil 17 posts 46 karma points
    Apr 27, 2015 @ 13:41
    anil
    0

    Problem in Using Asp.net MVC Application under Umbraco Application IIS

     

    Hello All,

     

    I am using Umbraco 7.2.4 Application in out Project, I have another application which should run under Umbraco Site. Like as Below:

     

    Umbraco Root URL: SampleUmbraco.com

    Child Application : SampleUmbraco.com/MyApplication


    I create a sub application under the Root Umbraco Application in IIS, and I added my Application URL to “umbracoReservedPaths”: “~/myApplication”.

    But still my child application “SampleUmbraco.com/MyApplication” is still not running.

    Do I need to change any other configuration settings?

    Can any one one Help me in this issue?

    Thanks in advance.

    Thanks,

    Anil

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 27, 2015 @ 14:04
    Jan Skovgaard
    0

    Hi anil

    You probably also need to add the url to the umbracoReservedUrls key as well.

    Hope this helps.

    /Jan

  • anil 17 posts 46 karma points
    Apr 27, 2015 @ 14:47
    anil
    0

    Hi Jan,

    Thanks for your reply, I tried adding to umbracoReservedUrls but still it is not working. is there any other way?

    Thanks,

    Anil

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 27, 2015 @ 15:21
    Jan Skovgaard
    0

    Hi Anil

    That's odd - It should work....can you paste the exact configuration from your web.config please?

    /Jan

  • anil 17 posts 46 karma points
    Apr 27, 2015 @ 15:32
    anil
    0

    Hi Jan,

    Below is the configuration from my web.config:

    <addkey="umbracoReservedUrls"value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd,~/SampleApplication/" />

    <addkey="umbracoReservedPaths"value="~/umbraco,~/install,~/SampleApplication/" />

     

    When i try to run the Sample Application(Chield Web application) i am getting the Below error:

     

    HTTP Error 500.19 - Internal Server Error

    The requested page cannot be accessed because the related configuration data for the page is invalid.

     

    Thanks,

    Anil

  • anil 17 posts 46 karma points
    Apr 28, 2015 @ 11:57
    anil
    0

    Can any one help me on This issue please?

    Thanks in advanse,

    Anil

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jun 24, 2015 @ 03:32
    Tom Fulton
    0

    Hi anil, I know it's been a while but just stumbled upon this. Are you still having the issue? If so, you can try this to prevent Umbraco's web.config from trickling down to your child app. Note, if you are on 7.2.6 you may run into this issue as well

  • Prashant 8 posts 78 karma points
    Aug 22, 2016 @ 16:08
    Prashant
    0

    Hi Guys,

    I have configured an umbraco 7.3.1 website in IIS successfully and is working fine. Now, i have a requirement to add this Umbraco 7.3.1 Website to be inside a virtual directory converted to application in another parent website (Umbraco 7.3.1). But there is an issue while running that 7.3.1 site as subsite. When i tried to access this site as for example like, Umbraco7.3.1site/Umbraco7.3.1Subsite. We are getting the follwing error.

    enter image description here

    Please provide your solutions for it, i have wasted almost a week over it.

    My route for the 7.3.1 site is: "D:\delete me\UmbNewInstances\Parent" Route for the 7.3.1 subsite is: "D:\delete me\UmbNewInstances\Child"

    Let me know if someone wants any input from my side.

Please Sign in or register to post replies

Write your reply to:

Draft