I'm new to Episerver.
Is it easy to develop an application that runs inside Episerver's front end design? The application is a database application and should have it's own navigation, but still be indside Episerver.
One option is to run it inside an IFrame, but preferrably we would like to avoid that.
I have searched the Knowledge Base, but haven't found any particular documents concerning this topic. Is there anything?
As long as you have designed the other application using UserControls there is now problem implementing them in the framework or in a template. Just include the usercontrol you would like to display in a aspx-file an create a new pagetype using that aspx.file(template).
But if the navigation is in the application what is the purpose of running it in EPiServer? Isn't it easier to link to it and have a link back to the EPiServer site from that application?
/HAXEN
You could create a plug-in for showing it in edit or admin mode. Take a look at the Open Development Architecture whitepaper under http://www.episerver.com/whitepapers, it should give you some pointers.
/Steve