NodeAliasPath length limitation

joyanta sen asked on June 15, 2018 23:43

HI, Is there any limit on the length of NodeAliasPath? It is truncating after 70 characters even though in Database the field is nVarchar(450). If it truncates, is there any way can increase the length?

Thanks..

Correct Answer

Peter Mogilnitski answered on June 16, 2018 01:18

There is a key CMSMaxNodeAliasLength in web.config. The default value is 50 characters and larger names are trimmed. You can increase the allowed length if you need to enter very long aliases (URLs). Read description for the key on the page.

1 votesVote for this answer Unmark Correct answer

Recent Answers


joyanta sen answered on June 19, 2018 19:16

Thanks a lot Peter. That link helped..

Best Regards, Joyanta

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.