Is it possible to integrate an application "into" the same site as composite, but without showing any composite "template"? I have tried adding Routes.OnAfterPageRouteAdded += (routes) => routes.Ignore("subappname/*"); to the global.asax under the Application_Start section, but it is still wrapping the output with a page template. I have worked around this in the past by creating a page in Composite for each "view", dropping an MCVPlayer on it, which is not very practical and is time consuming. There should be an easy way to add this without having to create a sub-site (which I don't have the ability to do). I am using C4 and MVC 4.
↧