diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d203ba99..347cdf03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -421,8 +421,8 @@ TAB3:IIS01:deploy:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-# ----- Start DEPLOY master (IIS02/IIS04) -----
-LAND:IIS02:deploy:
+# ----- Start DEPLOY master (IIS03/IIS04) -----
+LAND:IIS03:deploy:
stage: deploy
tags:
- win
@@ -437,10 +437,10 @@ LAND:IIS02:deploy:
needs: ["LAND:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-PROG:IIS02:deploy:
+PROG:IIS03:deploy:
stage: deploy
tags:
- win
@@ -455,10 +455,10 @@ PROG:IIS02:deploy:
needs: ["PROG:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-STAT:IIS02:deploy:
+STAT:IIS03:deploy:
stage: deploy
tags:
- win
@@ -473,10 +473,10 @@ STAT:IIS02:deploy:
needs: ["STAT:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-MON:IIS02:deploy:
+MON:IIS03:deploy:
stage: deploy
tags:
- win
@@ -491,10 +491,10 @@ MON:IIS02:deploy:
needs: ["MON:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-SPEC:IIS02:deploy:
+SPEC:IIS03:deploy:
stage: deploy
tags:
- win
@@ -509,10 +509,10 @@ SPEC:IIS02:deploy:
needs: ["SPEC:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-INVE:IIS02:deploy:
+INVE:IIS03:deploy:
stage: deploy
tags:
- win
@@ -527,10 +527,10 @@ INVE:IIS02:deploy:
needs: ["INVE:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-CONF:IIS02:deploy:
+CONF:IIS03:deploy:
stage: deploy
tags:
- win
@@ -545,10 +545,10 @@ CONF:IIS02:deploy:
needs: ["CONF:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-IOC:IIS02:deploy:
+IOC:IIS03:deploy:
stage: deploy
tags:
- win
@@ -563,10 +563,10 @@ IOC:IIS02:deploy:
needs: ["IOC:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-TAB3:IIS02:deploy:
+TAB3:IIS03:deploy:
stage: deploy
tags:
- win
@@ -581,7 +581,7 @@ TAB3:IIS02:deploy:
needs: ["IOC:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
# ----- Start INSTALLER (develop/master) -----
diff --git a/IobConf.UI/IobConf.UI.csproj b/IobConf.UI/IobConf.UI.csproj
index e47e885a..e62007f2 100644
--- a/IobConf.UI/IobConf.UI.csproj
+++ b/IobConf.UI/IobConf.UI.csproj
@@ -8,7 +8,7 @@
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
diff --git a/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 5639ba63..00000000
--- a/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- MSDeploy
- true
- Release
- Any CPU
- https://iis02.egalware.com/MP/CONF
- false
- c2109e71-4eae-4167-9052-175123ccc2bc
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/CONF
-
- false
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- <_TargetId>IISWebDeploy
- net6.0
-
-
\ No newline at end of file
diff --git a/MP-TAB3/Components/OdlMan.razor.cs b/MP-TAB3/Components/OdlMan.razor.cs
index 9668bcce..1a8965e4 100644
--- a/MP-TAB3/Components/OdlMan.razor.cs
+++ b/MP-TAB3/Components/OdlMan.razor.cs
@@ -195,6 +195,8 @@ namespace MP_TAB3.Components
protected async Task CheckAttr()
{
+ // rileggo ODL
+ await updateIdxOdl();
// verifico attrezzaggio su macchina corrente o se multi su parent
string idxMacc2check = isMulti ? IdxMaccParent : IdxMaccSel;
StatoMacchineModel rigaStato = TabDServ.StatoMacchina(idxMacc2check);
diff --git a/MP-TAB3/Properties/PublishProfiles/IIS02.pubxml b/MP-TAB3/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 7590d6fc..00000000
--- a/MP-TAB3/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- MSDeploy
- true
- Release
- Any CPU
- https://iis02.egalware.com/MP/TAB3
- false
- e7a7c262-7807-4503-949d-5a6fe3df4400
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/TAB3
-
- true
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- <_TargetId>IISWebDeploy
-
-
\ No newline at end of file
diff --git a/MP-TAB3/Properties/PublishProfiles/IIS03.pubxml b/MP-TAB3/Properties/PublishProfiles/IIS03.pubxml
index 7590d6fc..5a56aa49 100644
--- a/MP-TAB3/Properties/PublishProfiles/IIS03.pubxml
+++ b/MP-TAB3/Properties/PublishProfiles/IIS03.pubxml
@@ -8,11 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
Release
Any CPU
- https://iis02.egalware.com/MP/TAB3
+ https://iis03.egalware.com/MP/TAB3
false
e7a7c262-7807-4503-949d-5a6fe3df4400
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/TAB3
true
diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj
index 43bd8985..13ee92b2 100644
--- a/MP.INVE/MP.INVE.csproj
+++ b/MP.INVE/MP.INVE.csproj
@@ -12,6 +12,10 @@
+
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
+
+
diff --git a/MP.INVE/Properties/PublishProfiles/IIS02.pubxml b/MP.INVE/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index d373af53..00000000
--- a/MP.INVE/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- MSDeploy
- true
- Release
- Any CPU
- https://iis02.egalware.com/MP/INVE
- false
- fd5b477e-96a4-42f6-b2e8-7fc221c9971c
- false
- iis02.egalware.com
- Default Web Site/MP/INVE
-
- false
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- <_TargetId>IISWebDeploy
- net6.0
-
-
\ No newline at end of file
diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj
index c1196beb..2d6759b0 100644
--- a/MP.IOC/MP.IOC.csproj
+++ b/MP.IOC/MP.IOC.csproj
@@ -8,14 +8,14 @@
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
-
+
diff --git a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml b/MP.IOC/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 73019efa..00000000
--- a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- MSDeploy
- true
- Release
- Any CPU
- https://iis02.egalware.com/MP/IOC/
- false
- b9f508bf-8503-4c25-b9ba-0fac411c44c5
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/IOC
-
- false
- WMSVC
- true
- true
- jenkins
- <_SavePWD>true
- <_TargetId>IISWebDeploy
- net6.0
-
-
\ No newline at end of file
diff --git a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml.user b/MP.IOC/Properties/PublishProfiles/IIS02.pubxml.user
deleted file mode 100644
index f8a334ca..00000000
--- a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml.user
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- True|2023-02-14T16:32:07.9453073Z;False|2023-02-14T17:31:50.9060110+01:00;
-
-
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAdCoESbxryUqXde3FfEOCTwAAAAACAAAAAAADZgAAwAAAABAAAAC6FuNtbpZUzsFZLQReZJOfAAAAAASAAACgAAAAEAAAAHXUJEN7BcEz0Rbf/AytTOEYAAAAEYjs8Vh5bxNPfuHf+Z3aOlB5DMeiO3/ZFAAAAAexhcaoQB8esVVx8ce07foEZ9w8
-
-
\ No newline at end of file
diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj
index c185b7c3..c462ddf4 100644
--- a/MP.Land/MP.Land.csproj
+++ b/MP.Land/MP.Land.csproj
@@ -25,13 +25,14 @@
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
-
+
diff --git a/MP.Land/Properties/PublishProfiles/IIS02.pubxml b/MP.Land/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 4991ed12..00000000
--- a/MP.Land/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
-
- False
- d9901b50-e61c-400c-b62c-fa060cf72c29
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/LAND
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
- net6.0
- True
-
-
\ No newline at end of file
diff --git a/MP.Land/Properties/PublishProfiles/IIS03.pubxml b/MP.Land/Properties/PublishProfiles/IIS03.pubxml
index 4991ed12..9524a06f 100644
--- a/MP.Land/Properties/PublishProfiles/IIS03.pubxml
+++ b/MP.Land/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/LAND
False
diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj
index 6cc02ee2..1218efa6 100644
--- a/MP.Mon/MP.Mon.csproj
+++ b/MP.Mon/MP.Mon.csproj
@@ -21,7 +21,7 @@
<_WebToolingArtifacts Remove="Properties\PublishProfiles\FolderProfile.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
@@ -30,7 +30,7 @@
-
+
diff --git a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml b/MP.Mon/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 679f87f6..00000000
--- a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
-
- False
- d9901b50-e61c-400c-b62c-fa060cf72c29
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/MON
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
- net6.0
- True
-
-
\ No newline at end of file
diff --git a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml.user b/MP.Mon/Properties/PublishProfiles/IIS02.pubxml.user
deleted file mode 100644
index cccd5396..00000000
--- a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml.user
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA+11nhJeDSkeTlSej+COD3AAAAAACAAAAAAADZgAAwAAAABAAAAB3zVMW24A4himhWJ5CNqgeAAAAAASAAACgAAAAEAAAAA7IL1n8zHn2/ljDNL4/zlsYAAAAgAEg9RYKHV0xl3wnafZiN9Q954GOBAvdFAAAACSBJkwDndNTiIrUuk7zJls84fN1
- True|2022-02-26T17:24:42.6534875Z;True|2021-05-26T19:49:44.3836006+02:00;
-
-
\ No newline at end of file
diff --git a/MP.Mon/Properties/PublishProfiles/IIS03.pubxml b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml
index 679f87f6..4eda79b9 100644
--- a/MP.Mon/Properties/PublishProfiles/IIS03.pubxml
+++ b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/MON
False
diff --git a/MP.Prog/MP.Prog.csproj b/MP.Prog/MP.Prog.csproj
index 7ecf204b..57016ff1 100644
--- a/MP.Prog/MP.Prog.csproj
+++ b/MP.Prog/MP.Prog.csproj
@@ -11,6 +11,7 @@
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
diff --git a/MP.Prog/Properties/PublishProfiles/IIS02.pubxml b/MP.Prog/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 93927fb1..00000000
--- a/MP.Prog/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
-
- False
- d9901b50-e61c-400c-b62c-fa060cf72c29
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/PROG
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
- net6.0
- True
-
-
\ No newline at end of file
diff --git a/MP.SPEC/Properties/PublishProfiles/IIS02.pubxml b/MP.SPEC/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index efb6537e..00000000
--- a/MP.SPEC/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
-
- False
- d9901b50-e61c-400c-b62c-fa060cf72c29
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/SPEC
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
- net6.0
- True
-
-
\ No newline at end of file
diff --git a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml b/MP.Stats/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index bfb09418..00000000
--- a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
-
- False
- d9901b50-e61c-400c-b62c-fa060cf72c29
- false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/STATS
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
- net6.0
- True
-
-
\ No newline at end of file
diff --git a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml.user b/MP.Stats/Properties/PublishProfiles/IIS02.pubxml.user
deleted file mode 100644
index 55d0b44e..00000000
--- a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml.user
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA+11nhJeDSkeTlSej+COD3AAAAAACAAAAAAADZgAAwAAAABAAAAB3zVMW24A4himhWJ5CNqgeAAAAAASAAACgAAAAEAAAAA7IL1n8zHn2/ljDNL4/zlsYAAAAgAEg9RYKHV0xl3wnafZiN9Q954GOBAvdFAAAACSBJkwDndNTiIrUuk7zJls84fN1
- True|2022-07-05T08:06:48.2207580Z;True|2022-02-26T18:24:42.6534875+01:00;True|2021-05-26T19:49:44.3836006+02:00;
-
-
\ No newline at end of file
diff --git a/MP.Stats/Properties/PublishProfiles/IIS03.pubxml b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml
index bfb09418..0ef183bf 100644
--- a/MP.Stats/Properties/PublishProfiles/IIS03.pubxml
+++ b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/STATS
False