MSXML size limitation

S

sidlet

I'm using the following:

source = new ActiveXObject("Microsoft.XMLDOM");

source.async = false;

//Send request string and read the result into the XMLDOM object

source.load(sreq);

This works fine (I get over 4MB back in XML) on my development workstation
which is Win2K but on the Windows 2003 server it's cutoff

So my new question is whether there is something in the Metabase on the 2003
server which can alter this to work as it did before under Win2k so I get the
larger than 2MB back into the XML document?
 
A

Anthony Jones

sidlet said:
I'm using the following:

source = new ActiveXObject("Microsoft.XMLDOM");

source.async = false;

//Send request string and read the result into the XMLDOM object

source.load(sreq);

This works fine (I get over 4MB back in XML) on my development workstation
which is Win2K but on the Windows 2003 server it's cutoff

So my new question is whether there is something in the Metabase on the
2003
server which can alter this to work as it did before under Win2k so I get
the
larger than 2MB back into the XML document?

By default the AspBufferingLimit is be default set to 4MB on IIS6.

See:-

http://www.microsoft.com/technet/pr...c3f-d0c8-4e5c-8965-0d0429a3b8f1.mspx?mfr=true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top