Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to install new DNN portal.
I'm able to export pages, but i don't know how to export module definition.
Is there is anyway to export module definition??
or any other way to copy data from table? (as version of DNN is different table schema may differ)

What I have tried:

Module data must be in the following tables:
[DesktopModules]
[PortalDesktopModules]
[DesktopModulePermission]
ModuleDefinitions
ModuleControls
Modules
ModulePermission
ModuleSettings
Posted
Updated 6-May-17 6:06am

1 solution

Simply you can take data base backup from your project and then retrive it on your website
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900