Problem: I create a .Net core web API application using Visual
Studio template as follows. I renamed the default controller class “WeatherForecastController”
to some thing else. My project stopped working.
Solution:
The solution is to change the at the following places:
IN launchSettings
And in the controller file, WeatherForecastController.cs



Comments
Post a Comment