MES Web Portal — различия между версиями

Материал из archestra.info
Перейти к: навигация, поиск
(Новая страница: «== Настройка == === Установка === *пуск->Programs->Wonderware->MES->Utilities->Web Portal Configurator-> Install Web Portal *Настрой…»)
 
(Установка)
Строка 11: Строка 11:
 
     </authentication>
 
     </authentication>
 
  </security>
 
  </security>
 +
*
 
**Authentication – Windows
 
**Authentication – Windows
 
***Добавьте в web.config секцию:
 
***Добавьте в web.config секцию:
 
   <authentication mode="Windows"></authentication>
 
   <authentication mode="Windows"></authentication>
 
*см. Wonderware MES Installation Guide
 
*см. Wonderware MES Installation Guide

Версия 19:06, 25 июня 2015

Настройка

Установка

  • пуск->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