asp.net core self hosted application not running
When you run your application, particularly the startup.cs, and if you faces problem hitting into methods such as
a) public void ConfigureServices(IServiceCollection services)
Then what you can do is try to go to command line and run "dot net run" to see if you have any exception on the console. Possible reason could be exception trying to load certain dll file that is not there.
a) public void ConfigureServices(IServiceCollection services)
Then what you can do is try to go to command line and run "dot net run" to see if you have any exception on the console. Possible reason could be exception trying to load certain dll file that is not there.
Comments
.Net Online Training