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
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.
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.
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
Hi anil
You probably also need to add the url to the umbracoReservedUrls key as well.
Hope this helps.
/Jan
Hi Jan,
Thanks for your reply, I tried adding to umbracoReservedUrls but still it is not working. is there any other way?
Thanks,
Anil
Hi Anil
That's odd - It should work....can you paste the exact configuration from your web.config please?
/Jan
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
Can any one help me on This issue please?
Thanks in advanse,
Anil
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
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.
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.
is working on a reply...