Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I m trying to resolve user friendly url to actual url. my code is as below.
<match url="info/([a-z 0-9 :]+)" />
                    <conditions logicalgrouping="MatchAll" trackallcaptures="false" />
                    <action type="Redirect" url="xml/Getcv.aspx?lookingfor={R:1}" />
Posted
Updated 18-Oct-12 6:11am
v4

1 solution

request validation in IIS 7 considers "<,>,*,%,:,&,\" these characters as invalid.

I got this answer here.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900