I have a PHP application that uses PUT & DELETE verbs that runs fine on Windows 2008 IIS 7.5, but failed in Windows 2012 IIS 8. I am getting a http 405 error.
I've tried editing the Handler Mappings for the "*.php" request under "Request Restrictions..."=>"Verbs" and either slecting "All verbs" or adding "GET,HEAD,POST,PUT,DELETE" to the "One of the following verbs:" option, but still no valid.