MES Web Portal

Материал из archestra.info
Перейти к: навигация, поиск

Настройка

Установка

  • пуск->Programs->Wonderware->MES->Utilities->Web Portal Configurator-> Install Web Portal
  • Настройка доступа:
    • Authentication – Anonymous
      • Добавьте в web.config секцию:
<security>
   <authentication>
     <anonymousAuthentication enabled ="false">
     </anonymousAuthentication>
   </authentication>
</security>
    • Authentication – Windows
      • Добавьте в web.config секцию:
  <authentication mode="Windows"></authentication>
  • см. Wonderware MES Installation Guide