Re: WCF 8 meg message configuration problem.
- From: "Mr. Arnold" <Arnold@xxxxxxxxxx>
- Date: Mon, 09 Nov 2009 10:23:57 -0500
Bill D wrote:
I have a WCF Service hosted in IIS, that is working fine with the "standard" messages that it receives which tend to be under 1 meg, however on occasion it needs to be able to handle much larger messages (8 meg in this case) and it is failing. Using the service trace viewer I was able to pull out the following message.
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
Unfortunately as the following shows that has already been set to it's max value??? I'm assuming I am just missing a setting somewhere but have no idea where, any suggestions would be greatly appreciated.
The size has to be changed in the client and server side WCF.config files.
.
- References:
- WCF 8 meg message configuration problem.
- From: Bill D
- WCF 8 meg message configuration problem.
- Prev by Date: WCF 8 meg message configuration problem.
- Next by Date: Re: Integrated Authentication - 401 Unauthorized Error
- Previous by thread: WCF 8 meg message configuration problem.
- Next by thread: Re: Integrated Authentication - 401 Unauthorized Error
- Index(es):
Relevant Pages
|