I am developing an ASP.NET MVC 3 blog application using VS10 and its asp.net development server, and today I encountered the error "HTTP Error 400 Error - Bad Request" when I request a blog post using a bullet that has these characters "doesn% 25e2% 2580% 2599t" in it.
I thought that the "%" char is allowed in the URL, for example, on StackOverflow you have https://stackoverflow.com/a/questions/tagged/ ... and this link shows all your tags with C # tags. So what is the difference for my url and how do you fix it? Can anyone explain.
Thank you very much!
url asp.net-mvc-3 bad-request
Ray fan
source share