59 lines
2.6 KiB
XML
59 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
|
|
<configSections>
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="bsmd.LockingService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<appSettings>
|
|
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
|
|
</appSettings>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.5.2" />
|
|
<httpRuntime targetFramework="4.5.2"/>
|
|
</system.web>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<webHttpBinding>
|
|
<binding name="crossDomain" crossDomainScriptAccessEnabled="true" />
|
|
</webHttpBinding>
|
|
</bindings>
|
|
<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 below to true. Set to false before deployment to avoid disclosing exception information -->
|
|
<serviceDebug includeExceptionDetailInFaults="false"/>
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
<protocolMapping>
|
|
<add binding="basicHttpsBinding" scheme="https" />
|
|
</protocolMapping>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
|
|
</system.serviceModel>
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="true"/>
|
|
<!--
|
|
To browse web app root directory during debugging, set the value below to true.
|
|
Set to false before deployment to avoid disclosing web app folder information.
|
|
-->
|
|
<directoryBrowse enabled="true"/>
|
|
</system.webServer>
|
|
<!-- einkommentieren für Fiddler Debug -->
|
|
<system.net>
|
|
<defaultProxy>
|
|
<proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://127.0.0.1:8888" />
|
|
</defaultProxy>
|
|
</system.net>
|
|
<applicationSettings>
|
|
<bsmd.LockingService.Properties.Settings>
|
|
<setting name="TransmitterRoot" serializeAs="String">
|
|
<value>E:\svnlager\BSMD\nsw\HIS-NORD\Transmitter-Tool</value>>
|
|
</setting>
|
|
</bsmd.LockingService.Properties.Settings>
|
|
</applicationSettings>
|
|
</configuration>
|