我在我的中添加了一个全局错误处理程序,global.asax
但无论我尝试什么,我似乎都无法阻止 IIS 预设响应
<!DOCTYPE html>
<html>
<head>
<title>A potentially dangerous Request.Path value was detected from the client (&).</title>
...
我宁愿它发送一个WebFaultException
风格信息
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">My custom error message here</string>
我怎样才能做到这一点?