Re: what is unit of the number in <maxRequestLength>
- From: "Cindy Lee" <cindylee@xxxxxxxxxxx>
- Date: Thu, 4 Aug 2005 14:12:36 -0700
Which web.config do I set? There are like 100 on my machine.
Can I get to it from visual studio?
I must not be seeing something.
"Srilatha" <Srilatha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:30425EC9-CFE0-493F-9428-06C2A8BCACBF@xxxxxxxxxxxxxxxx
> I made the web.config changes to both client and server and they work
fine.
>
> If I set
> <maxRequestLength>100</maxRequestLength>
>
> does it mean the maxRequest Length = 100 KB or 100 MB?
>
> "Cindy Lee" wrote:
>
> > Also, how can I set the max length in my client? My c# client dies if
it's
> > over 64k or so.
> > Your question is for the server right?
> > "Srilatha" <Srilatha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > news:77214E8B-FBAC-4A7A-BADD-F80778562F0E@xxxxxxxxxxxxxxxx
> > > Hi,
> > > To over come the error "WSE352: The size of the record
> > > uuid:ab417a90-5e33-4de8-aaa6-ae47d2b7d325 exceed its limit" I did the
> > > folllowing in my web.config file.
> > >
> > >
> > > <microsoft.web.services2>
> > > <messaging>
> > > <maxRequestLength>100000</maxRequestLength>
> > > </messaging>
> > > <diagnostics />
> > > </microsoft.web.services2>
> > >
> > > What is the unit of the number in <maxRequestLength>?
> > > Is it bytes or KB or MB or GB?
> > >
> > >
> > >
> >
> >
> >
.
- Follow-Ups:
- Re: what is unit of the number in <maxRequestLength>
- From: Srilatha
- Re: what is unit of the number in <maxRequestLength>
- References:
- what is unit of the number in <maxRequestLength>
- From: Srilatha
- Re: what is unit of the number in <maxRequestLength>
- From: Cindy Lee
- Re: what is unit of the number in <maxRequestLength>
- From: Srilatha
- what is unit of the number in <maxRequestLength>
- Prev by Date: Re: WSE 3.0: How to Sign a SOAP Message by Using a User Name and P
- Next by Date: Re: WSE2.0 Security Exception ?
- Previous by thread: Re: what is unit of the number in <maxRequestLength>
- Next by thread: Re: what is unit of the number in <maxRequestLength>
- Index(es):
Relevant Pages
|