Переключение на резервный сервер

Статус
Закрыто для дальнейших ответов.

Yuriy Zymlex

Moderator
Команда форума
Регистрация
24.10.2016
Сообщения
6 367
Благодарностей
3 292
Баллы
113
Вы можете переключаться на данные сервера:
Для этого существует утилита:

В зависимости от программы, найдите в папке Progs *.exe.config файлы:
ZennoPoster.exe.config
ZennoBox.exe.config
ProjectMaker.exe.config

Там будет примерно такой блок кода:
XML:
    <client>
      <endpoint address="https://userarea.zennolab.com/ActivateHardware.asmx" binding="basicHttpBinding" bindingConfiguration="ActivateHardwareSoap" contract="ActivateHardwareServiceReference.ActivateHardwareSoap" name="ActivateHardwareSoap" />
      <endpoint address="https://userarea.zennolab.com/TimeService.asmx" binding="basicHttpBinding" bindingConfiguration="TimeServiceSoap" contract="TimeServiceReference.TimeServiceSoap" name="TimeServiceSoap" />
      <endpoint address="https://userarea.zennolab.com/TemplateService.asmx" binding="basicHttpBinding" bindingConfiguration="TemplateServiceSoap" contract="TemplateServiceReference.TemplateServiceSoap" name="TemplateServiceSoap" />
      <endpoint address="https://userarea.zennolab.com/IntelliSearchService.asmx" binding="basicHttpBinding" bindingConfiguration="IntelliSearchServiceSoap" contract="IntelliSearchServiceReference.IntelliSearchServiceSoap" name="IntelliSearchServiceSoap" />
      <endpoint address="https://userarea.zennolab.com/Profile/ProfileService.asmx" binding="basicHttpBinding" bindingConfiguration="ProfileServiceSoap" contract="ProfileServiceReference.ProfileServiceSoap" name="ProfileServiceSoap" />
      <endpoint address="https://userarea.zennolab.com/DemoService.asmx" binding="basicHttpBinding" bindingConfiguration="DemoServiceSoap" contract="DemoServiceReference.DemoServiceSoap" name="DemoServiceSoap" />
      <endpoint address="https://userarea.zennolab.com/BotStore.asmx" binding="basicHttpBinding" bindingConfiguration="BotStoreSoap" contract="BotStoreServiceReference.BotStoreSoap" name="BotStoreSoap" />
    </client>
Домен, например userarea.zennolab.com замените на один из указанных в первом списке.
Сохраните файл и перезапустите программу.
 
Последнее редактирование:
Статус
Закрыто для дальнейших ответов.

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)