I am working on a localhost environment and going through Chapter 8 of DiscoverXModPro. The tools are VMware, Windows 10 Pro, DNN v950, SQL Express 2019, SSMS 2018 and XModPro v4.9 - All the environment is running inside a VM with Windows 10 Pro. - My local address for DNN is http:localhost\DNN950 - The installation was done at C:Home\DNN950 - The database resides at C:Home\DNN950\App_Data\Databas
What is the best practice while building an XMP application, a more or less complex one? 1. To use DNN's database. 2. To create a separate database and refer all XMP data to it?
This seems like it should be a simple thing, but for the life of me I can not find the database tables where xmod stores the forms and template data. I'm rebuilding my site and want to copy over the XMOD forms and templates from the old site without having to manually create them all over again, but there appears to be no tables having anything to do with xmod in the database. I can't find any exp
Is this possible within the same template?
How can I add a custom property to the social groups module when a new group is created? I have group specific detailed data in multiple tables. Thanks, Jason
I am trying to clean up a BUNCH of old templates that are probably not in use any longer. Is there a way I could search in the database and find out what template/forms are currently being used by active modules? Thanks!