I have another app running online and I want to integrate it into the CMS - am I able to make a page that acts as a wrapper, meaning the app I have will run in the template of the CMS?
The easiest way to integrate your app would be putting an iframe in your templates and let that other app run within that iframe. If that is not an option, you could refactor your app to be wrapped in an asp.net control which you can use in your templates.
Having an external site in a wrapper
I have another app running online and I want to integrate it into the CMS - am I able to make a page that acts as a wrapper, meaning the app I have will run in the template of the CMS?
The easiest way to integrate your app would be putting an iframe in your templates and let that other app run within that iframe. If that is not an option, you could refactor your app to be wrapped in an asp.net control which you can use in your templates.
is working on a reply...