Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mus'ab 158 posts 387 karma points notactivated
    Sep 24, 2019 @ 08:13
    Mus'ab
    0

    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 ?

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Sep 24, 2019 @ 08:25
    Shaishav Karnani from digitallymedia.com
    0

    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

  • Mus'ab 158 posts 387 karma points notactivated
    Sep 24, 2019 @ 08:27
    Mus'ab
    0

    my url is already less than 2000 enter image description here

    i have to increase this number but nothing working

  • Mus'ab 158 posts 387 karma points notactivated
    Sep 24, 2019 @ 08:53
    Mus'ab
    100

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies