asp.net mvc - Hacking attempts yields "The controller for path '...' was not found or does not implement IController" -
we notified of every error on our mvc2 web application. , we've receiving errors controller path not found files know don't exist , therefore believe hacking attempts
system.web.httpexception: controller path '/zencart/install.txt' not found or not implement icontroller.
what's best way avoid errors come when people try hack our website trying request files such install.txt?
thanks...
you preventing them: 404 error sent instead of real file.
Comments
Post a Comment