I built out a DNN site on localhost, and after publishing to a production server, several modules no longer work.
Steps I took to publish to production:
- Add prod PortalAlias to local DNN
- Back up local DNN SQL database and restore to prod using same DB name
- Copy local DNN hosting root to prod inetpub using same file path and name, edit permissions of ../ClientDependency xml file
- Set up IIS hosting
- Test
When using localhost/dnn everything works. When using IP/dnn, almost everything works except for a handful of modules, which either don't display, or do appear in edit mode but cannot be interacted with/activated.
What am I doing wrong?