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.


Comments

rmouniak said…
Nice post, Thanks for sharing Get more update at
.Net Online Training

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm