I’m serving some WCF services using Autofac, and following the tutorials it’s working fine! But now, I need to send a request of > 65Kb, so I must to change the binding on the server to allow this request, and I can’t find how to do it!
How can I intercept the injection of the service in order to assign a binding created dinamically or defined in a .config? On the client side I’ve done correctly and is working fine!
Thanks in advance,
Marc.
Finally I’ve found the solution, following this post.
I’ve rewritten the config file using his configuration and my service names and it works. I tried it before, but it didn’t work; sincerely I don’t know where was my error.
The configuration:
Hope it helps.