You need to do that on your binding, but you’ll need to do it on both Client and Server. Something like:
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding maxBufferSize="64000000" maxReceivedMessageSize="64000000" />
</basicHttpBinding>
</bindings>
</system.serviceModel>
Related Contents:
- Implementing INotifyPropertyChanged – does a better way exist?
- How do I make a textbox that only accepts numbers?
- Get current folder path
- Guid is all 0’s (zeros)?
- How do I keep a label centered in WinForms?
- Centering controls within a form in .NET (Winforms)?
- How to detect the currently pressed key?
- Make an Installation program for C# applications and include .NET Framework installer into the setup
- Error 5 : Access Denied when starting windows service
- How to make a window always stay on top in .Net?
- What’s the difference between Application.ThreadException and AppDomain.CurrentDomain.UnhandledException?
- How to show a custom error or warning message box in .NET Winforms?
- What is WCF RIA services?
- List vs BindingList Advantages/DisAdvantages
- Draw a single pixel on Windows Forms
- HTTP 404 when accessing .svc file in IIS
- Remove the title bar in Windows Forms
- Model-View-Presenter in WinForms
- How can I return a custom HTTP status code from a WCF REST method?
- Winforms: Application.Exit vs Environment.Exit vs Form.Close
- How to select an item in a ListView programmatically?
- How to force C# .net app to run only one instance in Windows? [duplicate]
- How to stop BackgroundWorker correctly
- Make TextBox uneditable
- Why method overloading is not allowed in WCF?
- Process.WaitForExit() asynchronously
- Is there a way to programmatically minimize a window
- Is it possible to select text on a Windows form label?
- Loading System.ServiceModel configuration section using ConfigurationManager
- How to check if a user belongs to an AD group?
- Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) – possible?
- Adding new line of data to TextBox
- Show row number in row header of a DataGridView
- How do I show a “Loading . . . please wait” message in Winforms for a long loading form?
- How to set the first few characters of a WinForms TextBox to Read-Only?
- Get File Icon used by Shell
- Is TLS 1.1 and TLS 1.2 enabled by default for .NET 4.5 and .NET 4.5.1?
- How to make a button appear as if it is pressed?
- How to use LogonUser properly to impersonate domain user from workgroup client
- How do I make a form modal in Windows Forms?
- How to get the size of a Winforms Form titlebar height?
- WinForm UI Validation
- What’s the best way to test WCF services?
- How can I close a login form and show the main form without my application closing?
- When to change the Generate Serialization Assembly value?
- Show a Balloon notification
- “Could not find type” error loading a form in the Windows Forms Designer
- Create two Automapper maps between the same two object types
- Set default format of datetimepicker as dd-MM-yyyy
- Got .PNG file. Want embeddded icon resource displayed as icon on form title bar