Can anyone explain what is happening and how to fix it?
Many thanks,
Steve
The updated URL Rewrite Module 1.1 includes bug fixes that should help fix
this problem:
All the best,
Jeffrey Ingalls
"Steve Ricketts" wrote:
> I'm sending German text in a querystring, EINFÜHRUNG, so I escape it and it
> becomes EINF%DCHRUNG before sending. However, on the server side (2008,
> IIS7) it is received as EINF<?>HRUNG... where the "<?>" is actually a
> single character (that I can't copy into this e-mail).
>
> Can anyone explain what is happening and how to fix it?
>
> Many thanks,
>
> Steve
>
> .
>
Thanks again,
sr
"Jeffrey Ingalls" <Jeffrey...@discussions.microsoft.com> wrote in
message news:0A8E4D18-CE7F-4FC0...@microsoft.com...
I'm not in a position to reproduce and test this in my lab right now but I
believe the fix will allow you to return the querystring as it was sent. So
if you send EINF%DCHRUNG then your querystring value will be EINF%DCHRUNG.
Please give it a whirl in your test environment and let us know how it works
out.
"Steve Ricketts" wrote:
> .
>