Update example application to only use 'dynamic proxy' approach for WCF DI.
This commit is contained in:
@@ -1 +1 @@
|
||||
<%@ ServiceHost Language="C#" Debug="true" Service="Spring.WcfQuickStart.CalculatorService" Factory="Spring.ServiceModel.Activation.ServiceHostFactory" %>
|
||||
<%@ ServiceHost Language="C#" Debug="true" Service="calculator" Factory="Spring.ServiceModel.Activation.ServiceHostFactory" %>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</spring>
|
||||
<system.serviceModel>
|
||||
<services>
|
||||
<service name="Spring.WcfQuickStart.CalculatorService" behaviorConfiguration="DefaultBehavior">
|
||||
<service name="calculator" behaviorConfiguration="DefaultBehavior">
|
||||
<endpoint address="" binding="basicHttpBinding" contract="Spring.WcfQuickStart.ICalculator"/>
|
||||
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
|
||||
</service>
|
||||
|
||||
Reference in New Issue
Block a user