ASP.NET MVC logs appear. Controller for path /scripts/setup.php not found.

I deployed the asp.net mvc application in azure and enabled diagnostics. Looking at WADLogsTable, I find this:

The controller for the path '/scripts/setup.php' was not found ..... The controller for the path '/myadmin/scripts/setup.php' was not found ...... The controller for the path '/ db / scripts / setup. php 'not found ........

Can someone guide me if this is a problem with Azure or someone trying to hack? Should I log these errors, if not how to ignore them. I am reporting an unhandled exception on the Application_error page on the Global.asax page.

Thanks heaps.

+4
source share
1 answer

There are many worms trying to use every IP address and web address on which they can access, and detect security vulnerabilities. They try many different options. This is nothing to worry about if you are not using php and not using any flawed products. It just happens.

+2
source

All Articles