I am trying to determine the best way to do this.
Basically, I have a child app that runs inside of a parent app in IIS. I want to be able to run this app inside of the parent app (using the same layout and functionality)
What is my my best bet for doing this? Running the app in an iFrame? Loading the app through jQuery into a div? Or should I create a web service that sends the parent app's layout to the child app?
Any guidance is appreciated.