# how-to format nicely long paths in both console and log files msg="created the following relative package: "$(stat -c "%y %n" "$product_dir/$zip_file_name") doLog "INFO $msg"
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