Re: File Attachments Larger and 4MB

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: drkraus (drkraus_at_nospam.nospam)
Date: 12/02/04


Date: Thu, 2 Dec 2004 13:23:06 -0800

Hi Martin,

I am working with Drew. The problem is that the hosting executable is Excel.
I have made it work by creating an excel.exe.config file, but this is not a
great solution. Drew was trying to find a way to set maxRequestLength
programmatically.

Dave

"Martin Kulov" wrote:

> Hi Drew,
>
> your .NET dll is hosted by some .exe after all. Create config file for the .exe and place the following in it.
>
> <microsoft.web.services2>
> <messaging>
> <maxRequestLength>102400</maxRequestLength>
> </messaging>
> </microsoft.web.services2>
>
> HTH,
> Martin Kulov
> www.codeattest.com
>
>



Relevant Pages