T
T. Liebethal
Hello,
I have a simple but strange problem. I'm creating an Uri with the
following code:
Uri myUri = new Uri(url);
the url string is:
http://www.dummy.com/test/Bestelllösung.exe_2_1_502_911.update"
and the Uri object encodes this to:
http://www.dummy.com/test/Bestelllösung.exe_2_1_502_911.update
instead of
http://www.dummy.com/test/Bestelll%F6sung.exe_2_1_502_911.update
so the request fails with 404 Error.
Please help. I'm using .net 1.1 with the newest updates.
TIA,
Thomas
I have a simple but strange problem. I'm creating an Uri with the
following code:
Uri myUri = new Uri(url);
the url string is:
http://www.dummy.com/test/Bestelllösung.exe_2_1_502_911.update"
and the Uri object encodes this to:
http://www.dummy.com/test/Bestelllösung.exe_2_1_502_911.update
instead of
http://www.dummy.com/test/Bestelll%F6sung.exe_2_1_502_911.update
so the request fails with 404 Error.
Please help. I'm using .net 1.1 with the newest updates.
TIA,
Thomas