Had a few sites on the same server that suddenly stopped working and started having issues
looking into the issues found the following weird entry appear in the root web.config:
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
Also found the following folders had been created:
"ScriptResource.axd" - Blank web.config
"Telerik.Web.UI.WebResource.axd" - contains a web.config as follows:
<configaration>
<location path="Telerik.Web.UI.WebResource.axd">
<system.webServer>
<httpRedirect enabled="true" destination="ROOT" httpResponseStatus="Permanent" />
</system.webServer>
</location>
</configaration>
"WebResource.axd" - Blank web.config
Anyone else ever seen this?
Is it a hack?
Thanks