Http PUT method is not working in OData Web API service
I have exposed a SQL Server table using Web API and OData service in C#. In my service, the Get()
method is working fine, but the PUT
method is not working and I get this error:
httpPut method is not working in Odata Web API Service
I have exposed sql server table using Web API Odata service in c#. in my service Get() method is working fine, but the PUT method is not working and giving the below error