Re: File Attachments Larger and 4MB
From: drkraus (drkraus_at_nospam.nospam)
Date: 12/02/04
- Next message: drkraus: "Re: File Attachments Larger and 4MB"
- Previous message: Dan Rogers: "Re: why does WSE fail in trusting certificate chain?"
- In reply to: Martin Kulov: "Re: File Attachments Larger and 4MB"
- Next in thread: rory plaire: "Re: File Attachments Larger and 4MB"
- Messages sorted by: [ date ] [ thread ]
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
>
>
- Next message: drkraus: "Re: File Attachments Larger and 4MB"
- Previous message: Dan Rogers: "Re: why does WSE fail in trusting certificate chain?"
- In reply to: Martin Kulov: "Re: File Attachments Larger and 4MB"
- Next in thread: rory plaire: "Re: File Attachments Larger and 4MB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|