Elmah reporting unwanted 404 errors

前端 未结 2 1144
萌比男神i
萌比男神i 2021-01-07 22:10

I am using Elmah for logging in a ASP.NET MVC project and I am recieving lots of 404 errors for a path /prx2.php which in turn is passing a hash as a querystring param.

2条回答
  •  误落风尘
    2021-01-07 22:21

    Elmah supports error filtering - Error Filtering link

    This should solve the issue for you. You can either define your filter through code - in the Global.asx file, or within the xml config for elmah itself

提交回复
热议问题