I have error page in web config i.e;
<customErrors mode="Off" defaultRedirect="/Contents/error.aspx">
</customErrors>
Whenever error happens it re-direct to the error.aspx;but in error aspx if i click any button it try to redirect as %2FContents%2Ferror.aspx.
Can anyone help me to resolve.