Hello Wes,
Great explanation of the CMS process, it really helps. I have been doing web development for 10 years now, and was pretty confused and frustrated that I was not able to place and run a seemingly simple sub-application off the root.
The purpose of the sub-application is something we all see on several applications already out there. It is just a temp promo / advertisment type application. For example,
www.company.com, is the our main and you have a January promo to advertise,
www.company.com/JanuaryPromo , that's it. Drop the sub-application into the root and setup a quick virtual directory on the web server and your good to go.
I don't think a module in DNN would work, though. The reason why is the actual web address. Functionaly I know a skin can be created and a new page / tab can point to it so it can look however we want. But, I don't think the new page can be reached like a subdirectory would. I have only seen pages hit in DNN with the absolute URL. I could be wrong, but that is what I have seen so far. So, in our case, our marketing people wanted
www.company.com/promo and did not want
www.company.com/promo/page.aspx. Do you know of a way this could be acomplished with DNN ?
We are using DNN as the backbone for 5 seperate sites and the more I know, the more it helps in designing and developing against it.
So, a big 'Thank you' again for your time and help !
JW