nzsql -d SYSTEM -tqA -c "select datname from _t_database;"| sort | { while read db ; do ( mkdir -p $base_dir/$db ; test `nzsession | wc -l` -lt 300 && nzdumpschema -R $db $base_dir/$db/create-$db-database.sh $base_dir/ & ) ; done ; }
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