This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi,
Im using WCF services to comunicate between modules like AuthenticationService but when i have several data the service fails and returns this error:
"Request Entity Too large 413 error"
need help please,
thanks
Have you done any googling about it?
When I google it I find this, maybe that helps if not then google more.
yes, Im google'it first...
I´ve tried that solution but doesnt work too. I create a simple solution without mojoportal and the same code with the same data works fine. Just because of that im here requesting help. Im dont now why this is happening but I think thant can be an configuration of IIS server on ISAPI modules.
thanks for the answer.
I would look at the settings for supporting large file uploads, the error sounds like the size of the request is the problem so you may need to allow larger requests.
Hope that helps,
Joe