Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wcf page #124

Open
gmcfarlane opened this issue Apr 25, 2017 · 0 comments
Open

wcf page #124

gmcfarlane opened this issue Apr 25, 2017 · 0 comments

Comments

@gmcfarlane
Copy link

Hi
Just a few items maybe you could note them at the top of the page...
It is so hard getting this stuff to work. Really appreciate the effort you guys have put forth.
Here are some tips you could possibly integrate into your wcf page

You will need to install the Microsoft.AspNet.Cors package using NuGet

You have to add a project reference to System.Configuration, maybe the CORS package should do this but it doesnt

EnableCrossOriginResourceSharingBehavior
this file needs 2 using statements
using System.ServiceModel.Configuration;
using System.ServiceModel.Description;

CustomHeaderMessageInspector
This file needs 2 using statements
using System.ServiceModel.Dispatcher;
using System.ServiceModel.Channels;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant