rkworlds, thanks for quick response! Correct me if i am wrong but as far as i know maxRequestLength is for uploads, not downloads and designed to prevent DOS attacks. My user has issues downloading files.
Main Topics
Browse All TopicsOne of my users can't download over 5 MB files (ppt). Smaller files are fine. I've tested all IE browsers and Firefox and it works. User uses IE7. It's a local issue obviously specific to that particular user.
Server environment: IIS 7, asp.net, framework 2.0. Any ideas how i can troubleshoot it?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>>It's a local issue obviously specific to that particular user.
So if this particular user uses FireFox, it works? it's only IE7 that is "broken"?
If it's that specific to one user and one browser...have you done the usual PC maintenance?
(Clear out the browser cache, empty recycle bin, defrag, etc.)
The issue had been resolved. But to answer your question user could not use any browser apparently not just IE7. She mentioned IE7 but testing it in Firefox and IE8 didn't work as well. Just for her. We obviously tested it internally in all browsers and it was working fine. While troubleshooting it I noticed errors in our app log
--------------------------
Exception: System.AccessViolationExce
Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
--------------------------
I reinstalled .net framework on the server. Second thing was that I changed Response.WriteFile to Response.TransmitFile. One of those 2 things fixed the problem.
Business Accounts
Answer for Membership
by: rkworldsPosted on 2009-08-13 at 09:48:10ID: 25090379
Hi
In the web.config file - add
<httpRuntime maxRequestLength="51200" />
Or
<httpRuntime executionTimeout="999999" maxRequestLength="51200" />
Note : 51200/1024 Kb= MB