I have a web server running an ASP.NET web application on IIS 8.5. I noticed that several 404 errors were logged by the application which are not related to my application in anyway.
Here are few example urls:
/jmx-console
/rom-0
/content/moin_static160beta1/robots.txt
/content/ecrire/gnu_lgpl_fr.txt
What is the best way to handle this kind of traffic? Should I ignore them because server already returned 404 for such requests?