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
Hi our
is there any way to solve max-url error when the name of node is too long and i cant make them shorter ?
Hi,
To be honest, Max-URL length depends on browser. https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers
So, you need to somehow manage the url to be less than 2000.
Cheers,
Shaishav
my url is already less than 2000
i have to increase this number but nothing working
Hi every one i found the solution
<httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.7.2" maxRequestLength="51200" fcnMode="Single" relaxedUrlToFileSystemMapping="true"/>
just add relaxedUrlToFileSystemMapping=true in web config
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to solve max-url error ?
Hi our
is there any way to solve max-url error when the name of node is too long and i cant make them shorter ?
Hi,
To be honest, Max-URL length depends on browser. https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers
So, you need to somehow manage the url to be less than 2000.
Cheers,
Shaishav
my url is already less than 2000
i have to increase this number but nothing working
Hi every one i found the solution
just add relaxedUrlToFileSystemMapping=true in web config
is working on a reply...