Skip to content

Instantly share code, notes, and snippets.

View freerider7777's full-sized avatar

Pavel Biryukov freerider7777

View GitHub Profile
@freerider7777
freerider7777 / app.config.xml
Last active February 22, 2017 08:39
app.config for websphere mq wcf service + ams security (xml extension for syntax highlighting only :) )
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<!-- Uncomment the following config properties in order to enable WCF trace. A file called client.svclog
will be written to the present working directory. To view propagated client and server trace
create an app.config file for the service containing the same <system.diagnostics> block, changing
"client.svclog" to "service.svclog" -->