I have no errors on localhost then I am doing CRUD operations in admin mode. But then I deploy application to remote host, some of function becomes unavailable and where were errors like this:
Failed to load resource: the server responded with a status of 405 (Method Not Allowed) /api/services/app/OrganizationUnit/RemoveUserFromOrganizationUnit?userId=4&organizationUnitId=5
It works on localhost. I think the problem is in the settings of API deploy, but i don't know where I can set any settings
1 Answer(s)
-
0
Hi,
There are several issues regarding to this problem;
#4759@4d8555b4-179c-44c2-b56b-047c892fa2e2 #4036@f337d644-c5cc-42c9-9f5b-f3bf83ed0dac
The problem is related to WebDav module of IIS. You can unistall it or disable it on the web.config. Please check above posts for the solution.