-
Notifications
You must be signed in to change notification settings - Fork 1
faq installation
weppos edited this page Mar 19, 2011
·
3 revisions
To install multiple instances on the same domain you must disable Application variable feature on each additional ASG installation to prevent conflicts with the first one.
To do this open the file myasg/config_common.asp with your favorite text editor (for example Notepad or PSPad) and search the line
blnApplicationConfig = True
Change the variable to false and save the file.
blnApplicationConfig = False
Apply this change to all your instances except one: your favorite one or the one that tracks your most visited website.