I have this line in some code I want to copy into my controller, but the compiler complains that
The name \'Server\' does not exist in the current con
use for example: var fullPath = Path.Combine(Directory.GetCurrentDirectory(), "appsettings.json");
var fullPath = Path.Combine(Directory.GetCurrentDirectory(), "appsettings.json");