diff --git a/.gitignore b/.gitignore index f09835e1..618d33e2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# ENI deployment (published files) +eni_test/ + # User-specific files *.rsuser *.suo @@ -239,7 +242,6 @@ ClientBin/ *.dbmdl *.dbproj.schemaview *.jfm -*.pfx *.publishsettings orleans.codegen.cs diff --git a/ENI2/App.config b/ENI2/App.config index 2dd8da89..7dc95222 100644 --- a/ENI2/App.config +++ b/ENI2/App.config @@ -26,12 +26,12 @@ 1000 - - http://heupferd/bsmd.LockingService/LockingService.svc + http://192.168.2.24/LockingService/LockingService.svc + - - Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=E:\DATA\DB\NSW.MDF;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False + Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false + diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index 7d24f8e4..077de44d 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -17,7 +17,8 @@ true - eni2.publish\ + + eni_test\ true Web true @@ -27,10 +28,11 @@ false false true - http://192.168.2.24/eni2.publish/ + http://192.168.2.24/eni_test/ http://www.textbausteine.net/ - ENI2 + ENI Testversion Informatikbüro Daniel Schick + NSW 5.4.0.0 true publish.html @@ -40,7 +42,6 @@ true true true - AnyCPU @@ -85,13 +86,13 @@ Properties\app.manifest - 9B5725EAD90F2E06094631407417EB2554E88941 + 94D98790E3B6C4CC9F4B57C8FD305E3225894DF8 true - ENI2_4_TemporaryKey.pfx + ENI2_5_TemporaryKey.pfx true @@ -675,6 +676,7 @@ + Reference.svcmap diff --git a/ENI2/ENI2_5_TemporaryKey.pfx b/ENI2/ENI2_5_TemporaryKey.pfx new file mode 100644 index 00000000..29e6bddc Binary files /dev/null and b/ENI2/ENI2_5_TemporaryKey.pfx differ