Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:mervis-db:installation:spdba [2018/06/26 11:31]
m.chlupac [Web.config]
en:mervis-db:installation:spdba [2018/06/29 15:32]
Line 1: Line 1:
-====== SPDBA ====== 
- 
-ASP.NET application to convert binary data sent from Mervis PLC into SOAP calls of Mervis DB. 
- 
-===== Requirements ===== 
- 
-  * IIS server with ASP.NET 4.5. 
- 
-===== Configuration ===== 
- 
-==== Web.config ==== 
- 
-  * Mervis DB settings 
-    * URL of the MervisDB server: ../system.serviceModel/client/endpoint/@address <code xml>... 
-<client> 
-  <endpoint address="http://localhost:9876/RcWareDbAccess" 
-            binding="basicHttpBinding" 
-            bindingConfiguration="RcWareDbAccess" 
-            contract="ESG.Db.ServerAccess.HistoryDbAccess" 
-            name="RcWareDbAccess" 
-            behaviorConfiguration="RcWareDbBehavior" 
-            /> 
-</client> 
-...</code> 
-  * Logging 
-    *  ../system.diagnostics/../listener 
-    * standard .NET logging, extensible in a standard way 
-  * Metadata cache 
-    * Path to the folder where cached metadata should be stored <code xml> 
-... 
-<appSettings> 
-  <add key="KeyValuePersistentStorageRoot" value="c:\temp\spdba"/> 
-</appSettings> 
-...</code> 
  
  • © Energocentrum Plus, s.r.o. 2017 - 2024