Request Entity Too large 413 error WCF Service

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/21/2011 11:57:38 AM
Gravatar
Total Posts 88

Request Entity Too large 413 error WCF Service

 

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

10/22/2011 8:06:39 AM
Gravatar
Total Posts 18439

Re: Request Entity Too large 413 error WCF Service

Have you done any googling about it?

When I google it I find this, maybe that helps if not then google more.

10/24/2011 4:36:53 AM
Gravatar
Total Posts 88

Re: Request Entity Too large 413 error WCF Service

 

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.

10/24/2011 7:31:37 AM
Gravatar
Total Posts 18439

Re: Request Entity Too large 413 error WCF Service

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

You must sign in to post in the forums. This thread is closed to new posts.