MVC ASP.NET Logs shows - The controller for path '/scripts/setup.php' was not found
I've deployed mvc asp.net application in azure and enabled diagnostics. While looking at WADLogsTable I find this:
The contr开发者_运维知识库oller for path '/scripts/setup.php' was not found..... The controller for path '/myadmin/scripts/setup.php' was not found ...... The controller for path '/db/scripts/setup.php' was not found.......
Could anyone guide me whether this is an issue with Azure or someone trying to hack? Should I be logging this errors, if not how do I ignore. I log the unhandled exception on Application_error of Global.asax page.
Thank you heaps.
There are lots of worms out there trying every ip and web address they can get their hands on, looking for security vulnerabilities. They try lots of different variations. This is nothing to worry about if you're not using php, and not using any of the flawed products. It just happens.
精彩评论