plus symbol "+" no longer works in IIS 7 / 7.5 21 June 2010 Shawn-Hyde How To Guides, Quick Tips (0) solution: add the following to you web.config file: <system.webServer> <security> <requestFiltering allowDoubleEscaping="true" /> </security> </system.webServer>