I've recently installed Umbraco
7. Everything was ok until I tried to delete a node. When I click Ok the Ajax
animation starts and goes on forever. There are no errors and the node is not
deleted.
Latests nightly builds also fixes this, we've changed our delete api to support Http POST which will be supported on all IIS instances, no matter what whacky config settings are set:
Unable to delete nodes
Hi,
I've recently installed Umbraco 7. Everything was ok until I tried to delete a node. When I click Ok the Ajax animation starts and goes on forever. There are no errors and the node is not deleted.
I had the same problem. See my problem, and solution from Per Plough here
http://our.umbraco.org/forum/getting-started/installing-umbraco/46574-Unable-to-delete-Document-Types-and-Templates-in-Umbraco-700
I hope that fixes your problme too :-)
Terry Clancy
Thanks Terry. Your web.config sample did the trick. But I had to add this too:
from: http://issues.umbraco.org/issue/U4-3426
Thanks for the info Nima
Latests nightly builds also fixes this, we've changed our delete api to support Http POST which will be supported on all IIS instances, no matter what whacky config settings are set:
http://nightly.umbraco.org/umbraco%207.0.1/
is working on a reply...