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)
+3
A:
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.
smarx
2010-07-01 18:37:35
Argh, such a pain, for reasons that are beyond me, it seems that there is no possible override in web.config over the registry settings. Thanks for the quick follow-up though.
Joannes Vermorel
2010-07-01 21:15:23