17/01/2021 by Nitesh

Solution: Upload files and JSON in ASP.NET Core Web API

In our previous post, we read about HTTP Verb 405 error in ASP.Net Core. Today, we will know about uploading File and JSON data together on a Web API in ASP.Net Core. The general definition of a Web API POST call looks like below – In case, you are trying to upload a file, the…

Continue Reading »

16/01/2021 by Nitesh

405 HTTP Verb Not Allowed – ASP.Net Core 3.1 and IIS

If you are using ASP.Net Core Web APIs and hosting it on IIS, the application running on your local machine may throw error as “405 HTTP Verb Not Allowed” when hosted on Production or UAT server. The server may be a Virtual Machine or a standard shared hosting. Or there may be a situation where…

Continue Reading »