Getting 404 using Backload

287 Views Asked by At

I am using ASP.NET MVC 5.1 and Backload 1.9.3 and I am getting 404 in /Backload/UploadHandler. I have referenced the assembly but seems it is not being loaded.

1

There are 1 best solutions below

1
On

I had a similar problem with Backload recently and the problem ended up being with WebDAV intercepting requests that were intended for Backload. Removing WebDAV in the web.config file worked for me. I followed these instructions: http://bradkingsley.com/putpostdelete-verb-errors-on-site/

Hope this helps.