c# - "/" character has been replaced with the string "%2F" in error page -


i have error page in web config i.e;

<customerrors mode="off" defaultredirect="/contents/error.aspx">         </customerrors> 

whenever error happens re-direct error.aspx;but in error aspx if click button try redirect %2fcontents%2ferror.aspx.

can me resolve.


Comments

Popular posts from this blog

arrays - PHP Shopping Cart Variable and Object errors -

javascript - jQuery "chosen": conflict with 'selected' attribute in option tag -