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
New API data is not fetched. I am using Windows authentication and a local database connection string. I get this error
My next step API publish azure is work,but not work on IIS.
I am all method using but not get a solution.

