Hello
How to deploy a project from one DNN installation to another DNN installation?
The situation:
- we are developing web projects on the local development DNN installation. After testing we should deploy them on the production server with another DNN instance. Production DNN instance contains many DNN portals, not one
Problem:
- after deploying there are the following problems:
1) not all standard modules correctly support export/import
2) tab id different on development and production servers. With HTML/TEXT we are using special tool that changes tab id, but how to be with other modules.
Does anybody resolve this or know how to correctly deploy/transfer projects between servers or may be exist some workflow how correctly to develop/setup projects/environment to made deploying process easy .
I found articles how to transfer one portal to another new instance, but cannot find how to transfer one portal to another instance that already contains more than one portal.
Thank you