iis7 doesn"t like "+" in URL?

iis7 doesn"t like "+" in URL?

am 18.01.2008 22:09:52 von Pierre-Andre van Leeuwen

Hi All: I migrated a website over to server2008RC0/IIS7 from
server2003/IIS6.

It seems that on the new server, paths with a "+" sign do not resolve,
whether it's the filename or foldername. Is that by design, and is there any
way to override it so that the URLs resolve?


--

Re: iis7 doesn"t like "+" in URL?

am 21.01.2008 08:41:35 von Egbert Nierop

"geek-y-guy" wrote in message
news:%23h9DdYhWIHA.6044@TK2MSFTNGP05.phx.gbl...
> Hi All: I migrated a website over to server2008RC0/IIS7 from
> server2003/IIS6.
>
> It seems that on the new server, paths with a "+" sign do not resolve,
> whether it's the filename or foldername. Is that by design, and is there
> any way to override it so that the URLs resolve?

A plus is a reserved character which should be encoded in a URL

mysite.aspx?blah=%2b

the %2b means Hexadecimal 2b (which is an ascii plus)

--
Session Management for Web Farms (asp/Asp.net)
http://www.nieropwebconsult.nl/asp_session_Manager.htm