Discussion:
Urgent -- Please help [The data being processed is over the allowed limit.]
(too old to reply)
p***@gmail.com
2006-03-03 16:50:14 UTC
Permalink
Hi Everyone:

I have an ASP page which store a long XMLString into hidden
filed.XML is valid and is about 123,350 bytes.

I was reading the post on Microsoft site
http://support.microsoft.com/default.aspx?scid=kb;EN;q273482 which
says

CAUSE
The size limit of each form field that is retrieved in the Request
object is 102,399 bytes. The error occurs when you exceed this limit.

If i follow this rule then my XMLString is oversize BUT this page is
working on My Local machine and it does not work on server.

Can anyone please tell me if i need to do some setup on server machine.

Any help is much appriciated.

Thanks in advance.

Pargat
Tammy B
2006-03-15 19:18:43 UTC
Permalink
split it into two hidden fields

Loading...