Hi everyone, i don't know if this question doesn't goes here, i'm sorry if so.
I'm working on a project with IIS 7.5, ASP.NET , SqlServer2008 and ASP.NET WEB API, i'm having trouble when trying to make a call to
HttpClient.PostAsJsonAsync() that contains a string greater than 8kb.
by the other side, i'm having trouble when i try to save to sql server a binary field greater than 8kb.
it doesn't works in the production server but it works very well in my local development server.
Please somebody can help me
Thanks in advance.
Go to the complete details ...