I have a Web API running and I have an OWF widget that is using the DayPilot Scheduler, the widget then calls the api's 'PUT' to edit an event in the scheduler and I get this error
The requested resource does not support http method 'PUT'.
The 'GET' and 'POST' work fine but 'PUT' and 'DELETE' don't work? Is this a DayPilot scheduler issue?