views:

39

answers:

1

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
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