Re: MTOM + IIS + Web Service + Upload Limit Once and For All
- From: "Søren M. Olesen" <smolesen@xxxxxxxxxxx>
- Date: Fri, 24 Mar 2006 12:23:40 +0100
Yep, you'll have to add the following to your configfile:
<configuration>
<system.web>
<httpRuntime maxMessageLength="409600"/>
</system.web>
</configuration>
ms-help://MS.WSE30.1033/WSE3.0/html/4344d43e-ceb4-43a9-8f8c-6a3f89f786bd.htm
However, if I was you, I stick with chuncking, or rather MTOM and chuncking,
since it only seems to be possible to stream data from server to client, and
not the other way around.
Regards,
Søren
"James Han***" <~jamie@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:OCqN1jeTGHA.792@xxxxxxxxxxxxxxxxxxxxxxx
Right now in our WSE 2 we're using DIME. DIME is fine for downloads,
uploads on the other hand are a pain in the ass because of the DIME limit
and IIS limits.
Now I'm switching to WSE 3 + MTOM and I've read all over the place that
it's reliable for very large files. Great, but what about HTTP based web
services on IIS? Am I going to have to change anything on the IIS server
to make it do more than 4 meg files??
Should I stick with chunking? (yukky mess)
Thanks,
James Han***
.
- Follow-Ups:
- Re: MTOM + IIS + Web Service + Upload Limit Once and For All
- From: James Han***
- Re: MTOM + IIS + Web Service + Upload Limit Once and For All
- References:
- MTOM + IIS + Web Service + Upload Limit Once and For All
- From: James Han***
- MTOM + IIS + Web Service + Upload Limit Once and For All
- Prev by Date: inter filter communication. Urgent - please help
- Next by Date: Web services Logs
- Previous by thread: MTOM + IIS + Web Service + Upload Limit Once and For All
- Next by thread: Re: MTOM + IIS + Web Service + Upload Limit Once and For All
- Index(es):