diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj
index 86bed7b0..a69766a6 100644
--- a/MP.Mon/MP.Mon.csproj
+++ b/MP.Mon/MP.Mon.csproj
@@ -4,7 +4,7 @@
net6.0
enable
enable
- 6.15.2207.915
+ 6.15.2207.1118
diff --git a/MP.Mon/Resources/ChangeLog.html b/MP.Mon/Resources/ChangeLog.html
index cc501073..35436f6f 100644
--- a/MP.Mon/Resources/ChangeLog.html
+++ b/MP.Mon/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MON MAPO
- Versione: 6.15.2207.915
+ Versione: 6.15.2207.1118
Note di rilascio:
-
diff --git a/MP.Mon/Resources/VersNum.txt b/MP.Mon/Resources/VersNum.txt
index 324bde36..2a0a4456 100644
--- a/MP.Mon/Resources/VersNum.txt
+++ b/MP.Mon/Resources/VersNum.txt
@@ -1 +1 @@
-6.15.2207.915
+6.15.2207.1118
diff --git a/MP.Mon/Resources/manifest.xml b/MP.Mon/Resources/manifest.xml
index f754bcfa..b73e59a0 100644
--- a/MP.Mon/Resources/manifest.xml
+++ b/MP.Mon/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.15.2207.915
+ 6.15.2207.1118
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP.Mon.zip
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html
false
diff --git a/MP.WASM.Mon/Client/wwwroot/index.html b/MP.WASM.Mon/Client/wwwroot/index.html
index 6d26eeef..1ed41dd9 100644
--- a/MP.WASM.Mon/Client/wwwroot/index.html
+++ b/MP.WASM.Mon/Client/wwwroot/index.html
@@ -5,7 +5,7 @@
MP.WASM.Mon
-
+
diff --git a/MP.WASM.Mon/Server/Controllers/MSEController.cs b/MP.WASM.Mon/Server/Controllers/MSEController.cs
index 57c72a2e..a1201fb6 100644
--- a/MP.WASM.Mon/Server/Controllers/MSEController.cs
+++ b/MP.WASM.Mon/Server/Controllers/MSEController.cs
@@ -10,11 +10,12 @@ namespace MP.WASM.Mon.Server.Controllers
{
[ApiController]
[Route("api/[controller]")]
- public class MSEController : ControllerBase
+ public class MSEController : ControllerBase, IDisposable
{
#region Public Constructors
+
///
/// Dataservice x accesso DB
///
@@ -27,7 +28,16 @@ namespace MP.WASM.Mon.Server.Controllers
public MSEController(MpDataService DataService)
{
_DataService = DataService;
- Log.Info("Avviata classe MSEController");
+ Log.Trace("Avviata classe MSEController");
+ }
+
+ ///
+ /// Dispone delle risorse quando non necessarie
+ ///
+ public void Dispose()
+ {
+ _DataService.Dispose();
+ Log.Trace("Dispose classe MSEController");
}
#endregion Public Constructors
diff --git a/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj b/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj
index f8857f1e..c4145dd1 100644
--- a/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj
+++ b/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj
@@ -4,6 +4,7 @@
net6.0
enable
enable
+ true
diff --git a/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS01.pubxml b/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS01.pubxml
index bb78d016..5e5f6f7e 100644
--- a/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS01.pubxml
+++ b/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS01.pubxml
@@ -4,25 +4,25 @@ Questo file viene usato dal processo di pubblicazione/creazione pacchetto del pr
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere https://go.microsoft.com/fwlink/?LinkID=208121.
-->
-
- MSDeploy
- true
- Release
- Any CPU
-
-
- false
- 4a98b7f4-4ec6-4284-9d6c-63203db981b1
- false
- https://iis01.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/WAMON
-
- false
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- net6.0
-
+
+ MSDeploy
+ true
+ Release
+ Any CPU
+
+
+ false
+ 4a98b7f4-4ec6-4284-9d6c-63203db981b1
+ false
+ https://iis01.egalware.com:8172/MsDeploy.axd
+ Default Web Site/MP/WAMON
+
+ false
+ WMSVC
+ true
+ true
+ jenkins
+ <_SavePWD>true
+ net6.0
+
\ No newline at end of file
diff --git a/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS02.pubxml b/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS02.pubxml
index 72751cbe..ee0a40e2 100644
--- a/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS02.pubxml
@@ -4,25 +4,25 @@ Questo file viene usato dal processo di pubblicazione/creazione pacchetto del pr
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere https://go.microsoft.com/fwlink/?LinkID=208121.
-->
-
- MSDeploy
- true
- Release
- Any CPU
-
-
- false
- 4a98b7f4-4ec6-4284-9d6c-63203db981b1
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/WAMON
-
- false
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- net6.0
-
+
+ MSDeploy
+ true
+ Release
+ Any CPU
+
+
+ false
+ 4a98b7f4-4ec6-4284-9d6c-63203db981b1
+ false
+ https://iis02.egalware.com:8172/MsDeploy.axd
+ Default Web Site/MP/WAMON
+
+ false
+ WMSVC
+ true
+ true
+ jenkins
+ <_SavePWD>true
+ net6.0
+
\ No newline at end of file
diff --git a/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS03.pubxml b/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS03.pubxml
index c0e5fdbe..0687811d 100644
--- a/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS03.pubxml
+++ b/MP.WASM.Mon/Server/Properties/PublishProfiles/IIS03.pubxml
@@ -4,25 +4,25 @@ Questo file viene usato dal processo di pubblicazione/creazione pacchetto del pr
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere https://go.microsoft.com/fwlink/?LinkID=208121.
-->
-
- MSDeploy
- true
- Release
- Any CPU
-
-
- false
- 4a98b7f4-4ec6-4284-9d6c-63203db981b1
- false
- https://iis03.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/WAMON
-
- false
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- net6.0
-
+
+ MSDeploy
+ true
+ Release
+ Any CPU
+
+
+ false
+ 4a98b7f4-4ec6-4284-9d6c-63203db981b1
+ false
+ https://iis03.egalware.com:8172/MsDeploy.axd
+ Default Web Site/MP/WAMON
+
+ false
+ WMSVC
+ true
+ true
+ jenkins
+ <_SavePWD>true
+ net6.0
+
\ No newline at end of file