Embeding Umbraco as a sub-application to an existing asp.net application
We are trying to add Umbraco to a single folder in our existing asp.net application. There have been a few problems that we've been able to solve but the latest one has us stuck. Here's what we've done so far:
We set our Umbraco instance as an application, because the web.config file could only hold certain settings in the root of an application
To stop the Umbraco web.config file from inheriting anything from the main site's web.config we added enableConfigurationOverride="false" to the application pool definition in applicationHost.config.
Embeding Umbraco as a sub-application to an existing asp.net application
We are trying to add Umbraco to a single folder in our existing asp.net application. There have been a few problems that we've been able to solve but the latest one has us stuck. Here's what we've done so far:
Now we are left with the following error:
Our server is running Windows 2012 with IIS 8.5.
Any help would be greatly appreciated!
is working on a reply...