Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: + vs %20 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
deviantnation
Newbie
Newbie


Joined: 11 August 2008
Location: United States
Online Status: Offline
Posts: 2
Posted: 11 August 2008 at 7:07pm | IP Logged Quote deviantnation

In IIS 6 I used to be able to use URL's like this:

http://site.com/this+is+easier+to+read

in IIS 7 I now get a 404

but this works

http://site.com/this%20is%20ugly/
Back to Top View deviantnation's Profile Search for other posts by deviantnation Visit deviantnation's Homepage
 
deviantnation
Newbie
Newbie


Joined: 11 August 2008
Location: United States
Online Status: Offline
Posts: 2
Posted: 11 August 2008 at 9:16pm | IP Logged Quote deviantnation

Adding this to the web.config fixed it.

RequestFilteringModule was the problem, you can read more about it here http://www.iis.net/1040/SinglePageArticle.ashx

    <system.webServer>
        <security>
            <requestFiltering allowDoubleEscaping="true" />
        </security>
Back to Top View deviantnation's Profile Search for other posts by deviantnation Visit deviantnation's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum