HTTP 405 Errors after Publishing Web API 2 Applications – Plesk
I have a Web Api Controller and i have tested all actions on localhost and it works well.But when i Published it on Web Server,Just Actions with [HttpGet] works and [HttpPost] Actions return Http 405 error public class ContentController :…