How to fix - "Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are..."
Just follow below two steps:Add missing HTTPS binding in IIS. Go to IIS > Website > Bindings > Add Binding. See below screenshot.Now, Add serviceBehaviours in web.config file like…