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

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -