blob: 51f476be5df9704352a0fb59994a24cf5fd4df76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<appSettings>
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
<add key="ServerAddress" value="localhost\SQLTWINE" />
<add key="FtpHost" value="Twine01" />
<add key="UserName" value="MachineStudio|FTPWriter" />
<add key="Password" value="Aa123456" />
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.6">
<assemblies>
<remove assembly="Tango.Video" />
</assemblies>
</compilation>
<httpRuntime targetFramework="4.6" />
</system.web>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="LongTimeoutHttpBinding" receiveTimeout="00:01:00" />
</basicHttpBinding>
</bindings>
<services>
<service name="Tango.MachineStudio.UpdateService.MachineStudioUpdateService">
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="LongTimeoutHttpBinding"
name="" contract="Tango.MachineStudio.Common.Update.IMachineStudioUpdateService" />
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior>
<!-- To avoid disclosing metadata information, set the values below to false before deployment -->
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" />
<!-- To receive exception details in faults for debugging purposes, set the value belo
|