개정판 a7346d3c
issue #934: save un-handled exception to database
Change-Id: I1f8836956ac96821089f0c085cba4a06adfcf667
MarkupToPDF/bin/x64/Debug/MarkupToPDF.dll.config | ||
---|---|---|
12 | 12 |
<entityFramework> |
13 | 13 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
14 | 14 |
</entityFramework> |
15 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><system.serviceModel>
|
|
15 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup><system.serviceModel>
|
|
16 | 16 |
<bindings> |
17 | 17 |
<basicHttpBinding> |
18 |
<binding name="DeepViewPoint" />
|
|
18 |
<binding name="DeepViewPoint"/> |
|
19 | 19 |
</basicHttpBinding> |
20 | 20 |
</bindings> |
21 | 21 |
<client> |
22 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" |
|
23 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
24 |
contract="markus_api.ServiceDeepView" name="DeepViewPoint" /> |
|
22 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="markus_api.ServiceDeepView" name="DeepViewPoint"/> |
|
25 | 23 |
</client> |
26 | 24 |
</system.serviceModel> |
27 | 25 |
</configuration> |
내보내기 Unified diff