Short version:
How do I incorporate my custom ASP.NET/VB.NET stuff into a DNN site?
Long Version:
I'm learning about DotNetNuke. I haven't done much yet, but I'm spending a while analyzing the software, hoping to be able to use it for a very large upcoming project.
I've developed a lot of ASP.NET / VB.NET Codebehind reports that are on the old site that I'd like to bring over to the new site.
I'd like these reports to fall under the User Authentication System and the Navigation System of DotNetNuke, but I'd also like to have 100% of the functionality of the reports as they are now. I'd like all of my GridViews to populate with Data from my SqlDataSources and all of my event handling code (Button Clicks, etc) to continue to work.
Now if I had to guess, my first guess would be that I have to develop a module per report and include these modules in a single pane of a page within a portal.
My second guess would be that I copy these old ASPX files and their compiled code into the file structure of the portal and somehow steal from the DNN UAC & Nav Structure (Please not this!)
Am I on the right track? Please enlighten me!
Thank in advance for your time!