Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / March 2006

Tip: Looking for answers? Try searching our database.

MTOM + IIS + Web Service + Upload Limit Once and For All

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James Hancock - 22 Mar 2006 20:43 GMT
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 a.s 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 Hancock
Søren M. Olesen - 24 Mar 2006 12:23 GMT
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

> 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 a.s because of the DIME limit
[quoted text clipped - 9 lines]
> Thanks,
> James Hancock
James Hancock - 27 Mar 2006 05:55 GMT
It would be fine if all I had to do was update my web.config.  What I'm
concerned about is that IIS is going to do what it did with DIME and kill it
with > 4meg uploads regardless of what you set in your web.config unless you
go and edit the machine.config file, which isn't acceptable.

Have you tested uploads with IIS > 4 megs? Has anyone?

> Yep, you'll have to add the following to your configfile:
>
[quoted text clipped - 27 lines]
>> Thanks,
>> James Hancock

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.