我正在使用asp.net 3.5,有一些特殊字符的请求(例如./
和<
)返回asp.net应用程序的“错误请求”,它看起来像{{ 1 {} Application_Error
中的方法无法处理这些错误,还有其他方法可以处理这些请求错误吗?
请求示例:
答案 0 :(得分:0)
这是因为指定的字符可能导致安全问题。 Further information
看看A potentially dangerous Request.Form value was detected from the client如何处理这些