I am running into a bad request error 400 on IIS7. I have encoded special characters in the URL string. My URL's look something like this (doesn't like %26):
http://www.myjobs.com/a/q-Barnes+%26+Noble
This would be an easy fix if I were running on .NET 4.0, but I am on rackspace cloud and can only run on IIS7 .NET 3.5.
This is what I would use in my web.config if I were on IIS7 .NET 4.0:
requestPathInvalidCharacters=""
What other options are there when running on IIS7 and .NET 3.5?