Hi all,
I'm trying to host a WCF service using basic authentication with custom validation.
I've managed to run the basic authentication (even if I need a custom HttpModule on server side),
but now I'm getting an "error deserializing the message" when the client is sending some big requests to the server.
This is happening because the request is somehow "cut".
I tried to increase all possible buffers but with no luck.
I attach a sample service and client application.
Any help would be really appreciated.
Thanks!