I have an existing deployed web application using Angular
and C# Web API 2
which was working before. I didn't know when it started but I recently added a new feature and after that I've been getting the error 405 Method Not Allow
for all my PUT
actions.
I'm not sure which technology this is related to so I'm tagging all the technology i've used.
Any idea why and how to resolve this?
Thanks
EDIT
I forgot to mention that everything is working fine locally, I only get this error when it is already published to server.
Also that my Angular project is inside the Web API project so I think there'd be no issue with CORS
, right?