monica lund

monica lund

  • NA
  • 1
  • 9.4k

replace %20 or space from url in C#.net

May 9 2013 8:28 AM
Hi All,
i m using visual stdio version :2010 and framework :4.0 , i am willing to replace the space in url with - 

here is my code 
<rule name="Myrule3" stopProcessing="true">
                   <match url="(.)((%20)|\ )(.)" />
                   <action type="Rewrite" url="{R:1}-{R:4}" logRewrittenUrl="true" />
               </rule>

but the above rule is not effecting my url .. any help will be appreciated.
Thanks
 


Answers (2)