Click here to Skip to main content
15,914,500 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: While listening to The Who Pin
_Maxxx_10-Jan-14 14:48
professional_Maxxx_10-Jan-14 14:48 
GeneralLondon Underground map. Pin
Septimus Hedgehog10-Jan-14 5:12
Septimus Hedgehog10-Jan-14 5:12 
GeneralRule of thumb and config files PinPopular
RugbyLeague10-Jan-14 5:09
RugbyLeague10-Jan-14 5:09 
GeneralRe: Rule of thumb and config files Pin
Manfred Rudolf Bihy10-Jan-14 5:24
professionalManfred Rudolf Bihy10-Jan-14 5:24 
GeneralRe: Rule of thumb and config files Pin
RugbyLeague10-Jan-14 5:29
RugbyLeague10-Jan-14 5:29 
GeneralRe: Rule of thumb and config files Pin
Manfred Rudolf Bihy10-Jan-14 5:37
professionalManfred Rudolf Bihy10-Jan-14 5:37 
GeneralRe: Rule of thumb and config files Pin
RugbyLeague10-Jan-14 5:39
RugbyLeague10-Jan-14 5:39 
GeneralRe: Rule of thumb and config files Pin
Sentenryu10-Jan-14 7:33
Sentenryu10-Jan-14 7:33 
You're just sending more info than the runtime is allowed to accept, to increase the maximum, look here:

Property:
http://msdn.microsoft.com/en-us/library/system.servicemodel.basichttpbinding.readerquotas%28v=vs.100%29.aspx[^]

Config Element:
http://msdn.microsoft.com/en-us/library/ms731325%28v=vs.110%29.aspx[^]

You might also want to set the maxRequestLength:

<httpRuntime maxRequestLength="1610612736"/>

(that's set to 1GB)

Edit: You can also use the WCF Configuration editor to have a nice interface to edit the configs, you don't need to edit WCF configs by hand (not such luck for ASP.NET configs Frown | :( )
GeneralRe: Rule of thumb and config files Pin
RugbyLeague13-Jan-14 23:56
RugbyLeague13-Jan-14 23:56 
GeneralRe: Rule of thumb and config files Pin
Eddy Vluggen10-Jan-14 6:33
professionalEddy Vluggen10-Jan-14 6:33 
GeneralRe: Rule of thumb and config files Pin
PIEBALDconsult10-Jan-14 8:26
mvePIEBALDconsult10-Jan-14 8:26 
GeneralRe: Rule of thumb and config files Pin
PIEBALDconsult10-Jan-14 8:25
mvePIEBALDconsult10-Jan-14 8:25 
GeneralAPOD PinPopular
R. Giskard Reventlov10-Jan-14 5:07
R. Giskard Reventlov10-Jan-14 5:07 
GeneralRe: APOD Pin
Manfred Rudolf Bihy10-Jan-14 5:30
professionalManfred Rudolf Bihy10-Jan-14 5:30 
GeneralRe: APOD Pin
glennPattonWork310-Jan-14 6:17
professionalglennPattonWork310-Jan-14 6:17 
GeneralRe: APOD Pin
Mike Hankey10-Jan-14 6:54
mveMike Hankey10-Jan-14 6:54 
GeneralRe: APOD Pin
Mike Hankey10-Jan-14 6:53
mveMike Hankey10-Jan-14 6:53 
GeneralSSD Storage for servers Pin
Rage10-Jan-14 2:31
professionalRage10-Jan-14 2:31 
GeneralRe: SSD Storage for servers Pin
Chris Maunder10-Jan-14 3:03
cofounderChris Maunder10-Jan-14 3:03 
GeneralRe: SSD Storage for servers Pin
Rage10-Jan-14 3:13
professionalRage10-Jan-14 3:13 
GeneralRe: SSD Storage for servers Pin
Shameel10-Jan-14 3:24
professionalShameel10-Jan-14 3:24 
GeneralRe: SSD Storage for servers Pin
Gregory Gadow10-Jan-14 3:28
Gregory Gadow10-Jan-14 3:28 
GeneralRe: SSD Storage for servers Pin
OriginalGriff10-Jan-14 3:32
mveOriginalGriff10-Jan-14 3:32 
GeneralRe: SSD Storage for servers Pin
Nicholas Marty10-Jan-14 3:33
professionalNicholas Marty10-Jan-14 3:33 
GeneralRe: SSD Storage for servers Pin
Chris Maunder10-Jan-14 3:48
cofounderChris Maunder10-Jan-14 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.