Jquery Ajax Post Limits
Jquery Ajax Post Limits
I am trying to post a html page which has a content length of 1842451, not sure if this in bytes. I get a 504 error.
I set the maxAllowedContentLength to 1572864000 bytes and the maxRequestLenght to 1572864. I even set this in my webconfig
<add key="aspnet:MaxJsonDeserializerMembers" value="10000000" />
But still I am getting the 504 error. Is there a limit that JQuery Ajax can post, as my request never hits my webservices. I am using NancyFX.
How do I get this to work?