Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm getting this error and I can't figure out what is wrong?
Any ideas?
Hi Leonardo,
These are the valid parameters for the trace element in your web.config. Try changing requestPageSize to requestLimit or removing it.
<trace enabled="true|false" localOnly="true|false" pageOutput="true|false" requestLimit="integer" mostRecent="true|false" writeToDiagnosticsTrace="true|false" traceMode="SortByTime|SortByCategory" />
Cheers,
David
Hi David, thank you for your response. I tried to do as you suggested but now i'm getting the problem here:
Have you inherited this web.config from somewhere?
Try changing requestPageSizes to requestLimits.
<requestFiltering> <requestLimits maxQueryString="52428800"/> </requestFiltering>
Thanks it works now!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Unrecognized attribute 'requestPageSize'. Note that attribute names are case-sensitive.
I'm getting this error and I can't figure out what is wrong?
Any ideas?
Hi Leonardo,
These are the valid parameters for the trace element in your web.config. Try changing requestPageSize to requestLimit or removing it.
Cheers,
David
Hi David, thank you for your response. I tried to do as you suggested but now i'm getting the problem here:
Have you inherited this web.config from somewhere?
Try changing requestPageSizes to requestLimits.
Thanks it works now!
is working on a reply...