Question
Customizing DMXReady application
I have a DMXReady application called Classified Listing
Manager...these are the instructions I have in order to have two
iterations of the application active on one site at the same time.
Can someone please help me understand what all needs to happen here
and/or guide me to someone who can make this work. Thanks!
How do I setup 2 iterations of the same application on a single domain?
If you are running two iterations of an application on a single domain, the file/folder logic should be as follows: (The example below applies to any DMXReady app)
applications/
NewsManager/
NewsManager2/(each page updated to use Connections/newsmanager2.asp)
admin/
NewsManager/
NewsManager2/ (each page updated to use Connections/newsmanager2.asp)
Connections/
newsmanager.asp
newsmanager2.asp (modified to connect to NewsManager2.mdb)
databases/
NewsManager.mdb
NewsManager2.mdb
How do I setup 2 iterations of the same application on a single domain?
If you are running two iterations of an application on a single domain, the file/folder logic should be as follows: (The example below applies to any DMXReady app)
applications/
NewsManager/
NewsManager2/(each page updated to use Connections/newsmanager2.asp)
admin/
NewsManager/
NewsManager2/ (each page updated to use Connections/newsmanager2.asp)
Connections/
newsmanager.asp
newsmanager2.asp (modified to connect to NewsManager2.mdb)
databases/
NewsManager.mdb
NewsManager2.mdb