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
there is a sample project
./src/SwaggerWcf.Test.Service
Thank you Justin. I already checked and tried the sample project before posting this. but I don't think Self Hosted was implemented on it.
Also in the test project. The core wcf gives error something like.
does not have a Binding with the None MessageVersion. 'System.ServiceModel.Description.WebHttpBehavior' is only intended for use with WebHttpBinding or similar bindings.
Not an issue but a clarification.
How do you implement self-hosted exactly?
Add an endpoint to your
App.config
file.is this in a new file called
App.config
? I notice that fresh WCF project doesn't haveApp.config
And create a WebServiceHost
Create a WebServiceHost
where do you put this line above?
The text was updated successfully, but these errors were encountered: