Posted on: 11/16/2014 2:13:45 PM | Views : 485

Hi,
I'm trying to get Request["ReturnUrl"]
string UrlString= Request["ReturnUrl"]; But i'm getting ReturnUrl with (n,) appended 
Like:  n,/shop/inventory/168
this is my full url:  http://localhost:444/Shop/Login?ReturnUrl=/shop/inventory/168
i'm using Url rewrite rule for friendly url
<rule name="RewriteUserFriendlyURLForShopLogin" stopProcessing="true"> <match url="^shop/login?([^/]+)/?$" /> <action type="Rewrite" url="shopvender/shoplogin.aspx?ReturnUrl={R:1}" appendQueryString="true" /> </rule> Please help me, i searched lot in google. and i couldn't find any related post for this.
Appreciate for your better and quick response.



Go to the complete details ...