Hi all,
I got IIS 6 installed with ASP .NET 1.1.
I wrote a simple page echoing a query parameter into an HTML page.
What i have noticed is that any URL encoded character in the range %80-%FF gets removed and does not echo.
So if, for example, I send a request to the following URL:
http://my_application/echo.aspx?param=1234%80abcd

The value being echoed is "1234abcd" without the \x80 byte.

Can someone explain where this is coming from?

Thanks,
Yaniv

Hi,

The character set you are trying to print are special character, so this should be creating problem, I tested the problem on my setup(IIS6- asp.net 2.0) it showed weird character in both IE and firefox.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.