Skip to content

Commit 9496671

Browse files
committed
Fixed an issue with the web api sample.
1 parent a87ccfc commit 9496671

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Samples/SampleConsole/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<section name="exceptionless" type="Exceptionless.ExceptionlessSection, Exceptionless.Extras"/>
55
</configSections>
66

7-
<exceptionless apiKey="2617dd7daef34c548c8fc314968393f8" enableSSL="true" tags="Tag1,Tag2" enableLogging="true">
7+
<exceptionless apiKey="LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw" serverUrl="http://localhost:50000" enableSSL="false" tags="Tag1,Tag2" enableLogging="true">
88
<settings>
99
<add name="TraceLogLimit" value="25"/>
1010
<add name="IncludeConditionalData" value="true"/>

Source/Samples/SampleWebApi/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
</dependentAssembly>
2020
<dependentAssembly>
2121
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
22-
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" />
22+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
2323
</dependentAssembly>
2424
<dependentAssembly>
2525
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
26-
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" />
26+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
2727
</dependentAssembly>
2828
<dependentAssembly>
2929
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

0 commit comments

Comments
 (0)