Quote from
Punkte on February 27, 2020, 4:15 pm
I'm getting an error in Startup.cs (line 90) when publishing the website to a production server and trying to get it running.
It's a null reference error showing this to be null...
var applicationUrl = Configuration["ApplicationUrl"].TrimEnd('/');
Any reason why this is occurring? I haven't had any trouble with previous .net core versions using your startup template.
I'm getting an error in Startup.cs (line 90) when publishing the website to a production server and trying to get it running.
It's a null reference error showing this to be null...
var applicationUrl = Configuration["ApplicationUrl"].TrimEnd('/');
Any reason why this is occurring? I haven't had any trouble with previous .net core versions using your startup template.