标签: asp.net asp.net-mvc-3 iis custom-errors
在我的ASP.NET MVC3应用程序中,当我将一些请求排入/Controller/Action?param=whatever并且它失败并且在web.config中配置的IIS自定义错误处理启动并执行"默认重定向" (配置为重定向到/GenericHandler.htm我被重定向到/GenericHandler.htm?aspxerrorpath=/Controller/Action,查询字符串(param=wheveter部分)丢失。
/Controller/Action?param=whatever
/GenericHandler.htm
/GenericHandler.htm?aspxerrorpath=/Controller/Action
param=wheveter
如何保留查询字符串?