Completato logger esteso!

This commit is contained in:
Samuele E. Locatelli
2019-11-30 10:03:29 +01:00
parent 95d68c29b5
commit 87d23f3466
4 changed files with 12 additions and 11 deletions
@@ -97,7 +97,7 @@ namespace CMS_SC.WebUserControls
byte[] bytes = localReport.Render("PDF", null, out mimeType, out encoding, out extension, out streamIds, out warnings);
// se è un percorso virtuale faccio mapPath...
string FilePath = "";
if (outFilePath.IndexOf("/") >= 0)
if (outFilePath.IndexOf("/") < 0)
{
FilePath = Server.MapPath(outFilePath);
}