ASP.NET Core Web API iis deploy successfull but not get data 500 error

54 Views Asked by At

I am creating an ASP.NET Core Web API using Entity Framework (code first approach). My API is published successfully and only get a weatherForcast API data

weatherForecast api data

New API data is not fetched. I am using Windows authentication and a local database connection string. I get this error

api data not get error code 500.

My next step API publish azure is work,but not work on IIS.

I am all method using but not get a solution.

0

There are 0 best solutions below