R
Ron Hinds
I'm getting this in an ASP application on IIS6/W2K3. The page in question is
trying to return a XML file approximately 45MB in size. Changing this is not
an option. Worked fine on IIS5/W2K. I tried Response.Buffer = False, no joy.
So I searched on MSDN and found instructions for increasing the
AspBufferingLimit property in the metabase. I increased it to 100MB for that
web application, stopped and restarted that web application, still same
result.
I ran into a similar problem on the same web app in two pages where we are
trying to receive a file of approx. 10MB in size. I was told to set the
AspMaxRequestEntityAllowed property in the metabase for the specific pages.
I set it to 16MB for each - they still don't work, either. How can I make my
legacy app work in IIS6?
trying to return a XML file approximately 45MB in size. Changing this is not
an option. Worked fine on IIS5/W2K. I tried Response.Buffer = False, no joy.
So I searched on MSDN and found instructions for increasing the
AspBufferingLimit property in the metabase. I increased it to 100MB for that
web application, stopped and restarted that web application, still same
result.
I ran into a similar problem on the same web app in two pages where we are
trying to receive a file of approx. 10MB in size. I was told to set the
AspMaxRequestEntityAllowed property in the metabase for the specific pages.
I set it to 16MB for each - they still don't work, either. How can I make my
legacy app work in IIS6?