I'm trying to execute a delete request via jQuery to a controller. Locally it works but when deployed to the server I receive a 501 status.
I have confirmed that for .cshtml that all verbs are accepted and that file verification is not needed (I read this elsewhere but I don't see what it would achieve anyway as I am not calling a cshtml page). Is there some other application extension I need to change allowances for?