diff --git a/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs b/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs index 26254bf..7bc7d83 100644 --- a/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_svgFull.ascx.cs @@ -77,7 +77,8 @@ namespace NKC_WF.WebUserControls // loggo... logger.lg.scriviLog($"SVG not found | filename: {filename} | baseOrig: {baseOrig} | baseCurr: {baseCurr} | used default SVG"); // leggo SVG DI DEFAULT che indica NON PRESENTE... - filename = Server.MapPath("~/Images/NoData.svg"); + filename = Server.MapPath("~/Images/999999999.svg"); + //filename = Server.MapPath("~/Images/NoData.svg"); answ = File.ReadAllText(filename); } // update componente svg!