CoreWCF / samples

MIT License
38 stars 19 forks source link

Add BasicHttpBinding Sample - IIS Hosted #24

Closed afifi-ins closed 1 year ago

afifi-ins commented 1 year ago

CoreWCF BasicHttpBinding sample Hosted in IIS This sample contains:

  1. Service - using ASP.NET Core and CoreWCF Bindings and Service definition
  2. Client - using Console Application with Connected Service "WCF Web Service"

Reference sample: https://github.com/dotnet/samples/tree/main/framework/wcf/Basic/Binding/Basic/Http/CS

mconnew commented 1 year ago

To follow up on in-person conversation, 3 changes are needed:

  1. Remove CS folder in folder heirarchy
  2. Rename .sln file to Binding.Basic.Http.sln
  3. Remove .config folder (validate this doesn't break the build)
afifi-ins commented 1 year ago

Thank you, Matt, for your comments!
Let me know if you have any questions or suggestions!