QueryString converting %E1 to %ufffd
问题 I have a URL like the following http://mysite.com/default.aspx?q=%E1 Where %E1 is supposed to be á . When I call Request.QueryString from my C# page I receive http://mysite.com/default.aspx?q=%ufffd It does this for any accented character. %E1, %E3, %E9, %ED etc. all get passed as %ufffd . Normal encoded values ( %2D , %2E , %27 ) all get passed correctly. The config file already has the responseEncoding / requestEncoding in the globalization section set to UTF-8. How could I read the correct