I currently have a WCF service with webHttp bindings, im attempting to increase the max size that can be inputted to the service by overriding the default settings in config
If you are using [DataContract] decorator in your model, you need to add yhe dataContractSerializer into your web.config
Example: