0

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.

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
Hitesh
  • 1,188
  • 5
  • 30
  • 52

1 Answers1

2

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.

ScottS
  • 8,455
  • 3
  • 30
  • 50