diff --git a/MP/Controllers/HomeController.cs b/MP/Controllers/HomeController.cs index fdcddd1d..09d2eed6 100644 --- a/MP/Controllers/HomeController.cs +++ b/MP/Controllers/HomeController.cs @@ -186,7 +186,7 @@ namespace MP.Controllers { ViewBag.Title = "MP"; ViewBag.Message = "Elenco Utenti"; - ViewBag.BaseUrl = "http://iis02/MP/TAB/jumper"; + ViewBag.BaseUrl = WebConfigurationManager.AppSettings["baseAuthUrl"]; ViewBag.Environment = WebConfigurationManager.AppSettings["Environment"]; using (var ctx = new MoonProEntities()) { @@ -214,7 +214,7 @@ namespace MP.Controllers CharacterSet = "UTF-8", Width = 600, Height = 600, - Margin = 0 + Margin = 0 }; var writer = new BarcodeWriter(); writer.Format = BarcodeFormat.QR_CODE; @@ -226,7 +226,7 @@ namespace MP.Controllers MemoryStream ms = new MemoryStream(); pixelData.Save(ms, ImageFormat.Png); ms.Position = 0; - return new FileStreamResult(ms, "image/png"); + return new FileStreamResult(ms, "image/png"); } /// diff --git a/MP/Views/Home/UserListQR.cshtml b/MP/Views/Home/UserListQR.cshtml index b28711e9..3cf9222b 100644 --- a/MP/Views/Home/UserListQR.cshtml +++ b/MP/Views/Home/UserListQR.cshtml @@ -19,7 +19,7 @@ matr: @item.MatrOpr
- Image 12345 + Image 12345
} diff --git a/MP/Web.Donati.config b/MP/Web.Donati.config index a3379094..6eded126 100644 --- a/MP/Web.Donati.config +++ b/MP/Web.Donati.config @@ -4,6 +4,7 @@ + diff --git a/MP/Web.IIS01.config b/MP/Web.IIS01.config index da245199..96a1510c 100644 --- a/MP/Web.IIS01.config +++ b/MP/Web.IIS01.config @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/MP/Web.IIS02.config b/MP/Web.IIS02.config index da245199..98d98f65 100644 --- a/MP/Web.IIS02.config +++ b/MP/Web.IIS02.config @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/MP/Web.Jetco.config b/MP/Web.Jetco.config index d2e9c65f..fa1115c6 100644 --- a/MP/Web.Jetco.config +++ b/MP/Web.Jetco.config @@ -4,6 +4,7 @@ + diff --git a/MP/Web.config b/MP/Web.config index 514ed818..e3a02f14 100644 --- a/MP/Web.config +++ b/MP/Web.config @@ -24,6 +24,7 @@ +