c# - Passing "and" word in query string value in .aspx page is resetting server's connection -


i using asp.net, c# , iis8 server. when try pass "and" word in query string value in .aspx page, resetting server's connection. example when tried navigate url www.test.com/test.aspx?str=a%20and%20b, server connection reset immediately.


Comments