Sunday 16 February 2014

Umbraco 7 - Cannot Delete Nodes/Content Etc

Umbraco 7 Error occures when you have WebDAV module enabled, never really used it myself, so that's where my knowledge ends :D

Umbraco tries to call using DELETE method, if you check your net tab(using firebug) then you will see the error:


http://umbraco.local/umbraco/UmbracoApi/Content/DeleteById?id=1066

In the response text, you will notice:

IIS 8.0 Detailed Error - 405.0 - Method Not Allowed

The Fix:





Once yous save the web.config, the app pool should recycle anyway and then it should work.

No comments: