Hello.
I am now fumbling with the new WCF stuff, and running into problems. My super-simple example web service works perfectly when I run it locally, but when I deploy to a server and try to run it, I get an error. Event log says:
WebHost failed to process a request.
Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/34826618
Exception: System.ServiceModel.ServiceActivationException: The service '/EmailServices/Service1.svc' cannot be activated due to an exception during compilation. The exception message is: Configuration binding extension 'system.serviceModel/bindings/WSHttpBinding' could not be found. Verify that this binding extension is properly registered in system.serviceModel/extensions/bindingExtensions and that it is spelled correctly.. --->
This is pretty confusing since I let VS2008 create my config files. I really didn't do much with them! Does anyone know what this means and how to fix my config file(s)?
This is my system.ServiceModel section, if that helps any: