配置了错误页以后,在正常的url后加单引号 ’,无法跳转到错误页
<customErrors mode="ON" > <error statusCode="404" redirect="Error.aspx"/> </customErrors>
还要设置
<compilation debug="false"/>
On