Hi, I istalled U7 for a new site, so it's completly new istallation, but when I try to delete a content I retreve this error: "Request error: The URL returned a 404 (not found): /umbraco/UmbracoApi/Content/DeleteById" and don't delete the page. The same happen when I try to delete a Media file. I forget something during the istallation? Any suggestion? Thanks in advance. Lorenzo
Hi Lorenzo, so in your intial post, you said that /umbraco/UmbracoApi/Content/DeleteById returns 404 - is this the complete url, or is there an ID querystring as well? like
/umbraco/UmbracoApi/Content/DeleteById?id=1059
Also, are you running the site in a virtual folder or under a specific port or domain?
U7 error when delete a content in backoffice
Hi, I istalled U7 for a new site, so it's completly new istallation, but when I try to delete a content I retreve this error: "Request error: The URL returned a 404 (not found): /umbraco/UmbracoApi/Content/DeleteById" and don't delete the page. The same happen when I try to delete a Media file.
I forget something during the istallation? Any suggestion?
Thanks in advance.
Lorenzo
Hi Lorenzo
Could you tell us abit more about your setup so we can replcate it? do you run it on IIS or IIS express? what asp.net version do you use?
/Per
Thanks Per,
I use windows server 2012 64bit standard, SQL Server 2008 R2 Web, IIS 8
Appoollidentities NETWORK SERVICE
I give all permission forlder on network service.
I hope it's enought.
Thanks in advance.
Hi Lorenzo, so in your intial post, you said that /umbraco/UmbracoApi/Content/DeleteById returns 404 - is this the complete url, or is there an ID querystring as well? like /umbraco/UmbracoApi/Content/DeleteById?id=1059
Also, are you running the site in a virtual folder or under a specific port or domain?
Hi Per,
no is the error that appeares in the footer red alert without the ?id=1234
My site isn't in virtual directory but under specific domain.
Thanks in advance.
Perfect I resolved thanks very much Per!
this is the solution!
http://stackoverflow.com/questions/10906411/asp-net-web-api-put-delete-verbs-not-allowed-iis-8/18458139#18458139
is working on a reply...