amargo

web.config

Nov 4th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.32 KB | None | 0 0
  1.       <services>
  2.         <service behaviorConfiguration="serviceBehavior" name="TestWCFProject.Service">
  3.           <endpoint name="" binding="basicHttpBinding" contract="TestWCFProject.IService" />
  4.           <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
  5.         </service>
  6.       </services>
Advertisement
Add Comment
Please, Sign In to add comment