5 - .NET Ábendingar
Ef eftirfarandi villa kemur upp við þróun í .NET:
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
Er hægt að leysa úr henni með því að setja eftirfarandi í Web.config:
maxReceivedMessageSize="50000000" maxBufferSize="50000000"