we plan to use the dnn site as the main app site, http://www.app.com/
so all pages will have desired url format (need to nother url rewrite if we make dnn as subsite of existing web app)
and our existing web app will be a subsite of it app.com/myApp
we also decided not to mingle our code into dnn codes, as trying to do it already having problem at global.asax
we can't inherit DotNetNukeHttpApplication, as keep dnn getting get_Status() error.
separate the 2 sites should be cleaner and lesser impact over each other.
Now, we want to slot in our app (subsite) logic, should we really doing it through Module/Container? which required install extenstion.
or is there simpler approach? as we are not developing stuffs over dnn to sell, purely used internally.