We are sending an HTML encoded string in the Query string. It was working fine on IIS 6 (windows 2003). We have recently moved the website to Windows 2008 (IIS 7.x). Since t
You can change the + to %20 when encoding to handle this programmatically, assuming that you have control over the code that's producing the urls.