Short version:
How to include my own ASP.NET/VB.NET stuff on DNN?
Long version:
I am learning DotNetNuke. I have not done anything yet, but I spend time analyzing the software, hoping that I can use it for a very large upcoming project.
I have developed many ASP.NET/VB.NET Codebehind reports that are on the old site, which I would like to transfer to the new site.
I would like these reports to fall under the user authentication system and the DotNetNuke navigation system, but I would also like to have 100% reporting functionality, as of now. I would like all my GridViews to be populated with data from my SqlDataSources and all my event processing code (Clicks buttons, etc.), to continue working.
Now, if I were to guess, I would suggest that I need to develop a module for each report and include these modules in one panel of the page on the portal.
My second assumption is that I will copy these old ASPX files and their compiled code into the portal file structure and somehow steal from DNN UAC and Nav Structure (Please, not that!)
Am I on the right track? Please enlighten me!
Thank you in advance for your time!