Reputation: 1228
I have created a dynamic page in DNN. So I want to know that from where can I find this page in code side when I close my running application. For example I have created a module which I can find under DesktopModule.
Upvotes: 0
Views: 100
Reputation: 8543
DNN does not create a file on the disk for each page if that is what you are looking for. All the data for a page is in the database in the Tabs and related tables.
Upvotes: 2