我正在尝试将错误的网址重定向到自定义错误页面。我在网址中遇到html标签的问题,如
示例 - www.test.com/xyz.aspx?status=500&error=<iframe>
在上面的示例中,它不会显示自定义错误页面,但<&#39> /&#39;中的服务器错误应用程序 运行时错误
<customErrors mode="On" defaultRedirect="~/defaultError.aspx">
<error statusCode="404" redirect="~/error.aspx"/>
</customErrors>