5 - .NET Comment

To resolve this .NET environment error (should it occur)

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

the following should be added to Web.config

maxReceivedMessageSize="50000000"
maxBufferSize="50000000"