Re: [ADVANCED-DOTNET] WCF and MTOM

2007-08-28 Thread Richard Blewett
Are you attempting to stream the content or send a large message such that the receiver processes the whole payload once all has been sent and received? Regards Richard Blewett - DevelopMentor > -Original Message- > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PRO

Re: [ADVANCED-DOTNET] WCF and MTOM

2007-08-21 Thread James Geall
Hi, If you set up an basicHttpBinding in your config file then you can set the MaxReceivedMessageSize. Alternatively, you can do this in code. I believe int.MaxValue is the largest valid value. Config example below: Chee

Re: [ADVANCED-DOTNET] WCF and MTOM

2007-08-20 Thread Gray, Franklin W (RWG8)
Response.Write(ex.ToString) End Try End Sub End Class -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Stoyan Damov Sent: Monday, August 20, 2007 3:15 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCE

Re: [ADVANCED-DOTNET] WCF and MTOM

2007-08-20 Thread Stoyan Damov
On 8/20/07, Nicolas Roy <[EMAIL PROTECTED]> wrote: > I'm using HTTP binding and MTOM encoding to transfer large document over a ... > Anyone has experimented MTOM ? > I did and my answer is this - I want to spare you a *LOT* of suffering, so for file transfer over the web: - don't use WCF - don't