As our company's main hacker pronounced .NOT is good ; )
Debug.WriteIf(Convert.ToBoolean(ConfigurationSettings.AppSettings["Debugging"]),
DateTime.Now.ToString("yyyy:MM:dd -- hh:mm:ss --- ") + " PageToDebug.aspx ButtonToDebug_Click: \n" );
Getting the ASP.NET Core Server Hosting Urls at Startup and in Requests
-
[image: Startup Banner]
Today I was helping out a customer with their ASP.NET core application that
wasn't starting up on a live server, hosted in IIS. N...
1 week ago