I would need to raise the UrlSegmentMaxLength of the Http.sys registry settings on Windows Azure. Does anyone knows how to do that? (or do something that leads to an equivalent behavior)
I would need to raise the UrlSegmentMaxLength of the Http.sys registry settings on Windows
Share
It looks like those reg keys are in HKLM. I don’t believe you can change those without admin access (which you don’t have in Windows Azure today).
Unless there’s another way to override that (like in web.config), I think you’re out of luck until admin mode comes.