Add some logging during application startup so you can clearly see when
the application started without hitting any application endpoints. For
example, in the Program.Main method write a timestamp to a log
file:System.IO.File.AppendAllText(@"C:\Temp\...