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:
Post a Comment