winform
private string _config_filename = Path.Combine(Application.StartupPath, "config.json");
web
var _jsonpath = Server.MapPath("config.json");
winform
private string _config_filename = Path.Combine(Application.StartupPath, "config.json");
web
var _jsonpath = Server.MapPath("config.json");