I added a wildcard mapping for c: \ windows \ microsoft.net \ framework \ v4.0.30319 \ aspnet_isapi.dll and unchecked the check that the file exists. This gives me the possibility of GET and POST, but not PUT and DELETE.
I have disabled and enabled WebDav under web service extensions.
The application works like a champion while working in a development environment. PUT and DELETE do not work when starting the application in IIS.
Any help is appreciated.
source share