Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brian Williams 12 posts 33 karma points
    Nov 03, 2013 @ 22:48
    Brian Williams
    0

    Bug: Umbraco 7 Cannot Delete.

    Hi there 

    I am not entirly sure where to put this but as its an installation configuration issue I thought this would be as good a place as any. I am using IIS8 and come across this interesting predicament. 

    Googling around says that disabling WebDAV should help but it doesnt seem to. Has anyone got any ideas?

     

    http://stackoverflow.com/questions/10906411/asp-net-web-api-put-delete-verbs-not-allowed-iis-8/10907343#10907343

  • Sebastiaan Janssen 5045 posts 15478 karma points MVP admin hq
    Nov 04, 2013 @ 10:33
    Sebastiaan Janssen
    0

    First of all, which version of v7 is this? The beta? It might be a bug that's already fixed in a later version.

    Second, have you also tried (instead of WebDAV, which is definitely not needed) to add this to your web.config:

    <webServices>
      <protocols>
        <add name="HttpGet"/>
        <add name="HttpPost"/>
      </protocols>
    </webServices>
    

    For me it works fine in the nightly of a few days ago, so you might want to try and use a nightly (but be aware that there may be other bugs in there, they are nightly builds of work in progress): http://nightly.umbraco.org/umbraco%207.0.0/

  • Brian Williams 12 posts 33 karma points
    Nov 04, 2013 @ 22:08
    Brian Williams
    0

    I downloaded it an hour before posting. Thank you, I think that will help. One thing I noticed whilst I am away from my computer is that removing WebDav from the config files doesnt seem to stop it from being used. Did you do anything other than adding the protocols to get up and running?

    Edit: That works perfectly, thank you so much. 

Please Sign in or register to post replies

Write your reply to:

Draft