You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: