How to set requestLimits maxQueryString="32768" value in node js code level not in web.config?

13 Views Asked by At

Actually i got a issue node.js when am passing query parameters length is too large.so i need put it requestLimits maxQueryString="32768" in web.config and it is working fine.but in linux environment it can't read from web.config file.

please give me any suggestion.

Thanks in advance.

0

There are 0 best solutions below