Created
September 4, 2015 10:02
-
-
Save vbilopav/c0242e7d1658a46d5b7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bindings> | |
<webHttpBinding> | |
<binding name="webHttpBindingWithJsonP" crossDomainScriptAccessEnabled="true" /> | |
</webHttpBinding> | |
</bindings> | |
<!-- JSONP Endpoints --> | |
<endpoint address="jsonp" binding="webHttpBinding" bindingConfiguration="webHttpBindingWithJsonP" | |
behaviorConfiguration="jsonBehavior" contract="MyServiceLibrary.IMyServiceSample" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment