diff --git a/Myrtille.Admin.Web/Default.aspx.cs b/Myrtille.Admin.Web/Default.aspx.cs index 3889d6e..d636308 100644 --- a/Myrtille.Admin.Web/Default.aspx.cs +++ b/Myrtille.Admin.Web/Default.aspx.cs @@ -66,17 +66,17 @@ protected void Page_Load(object sender, EventArgs e) // use shift + tab to switch focus from one iframe to another LoadMyrtille( myrtille_1, - "https://192.168.1.13/Myrtille_microarea/", + "https://server/myrtille/", new ConnectionInfo { User = new UserInfo { - UserName = "Administrator", - Password = @"/Passw20\" + UserName = "user", + Password = "password" }, Host = new HostInfo { - IPAddress = "192.168.1.25", + IPAddress = "1.2.3.4", }, AllowRemoteClipboard = true, AllowFileTransfer = false, @@ -88,18 +88,18 @@ protected void Page_Load(object sender, EventArgs e) LoadMyrtille( myrtille_2, - "https://192.168.1.13/Myrtille_microarea/", + "https://server/myrtille/", new ConnectionInfo { User = new UserInfo { - Domain = "MYRTLAB", - UserName = "Administrator", - Password = @"/Passw20\" + Domain = "domain", + UserName = "user", + Password = "password" }, Host = new HostInfo { - IPAddress = "192.168.1.24", + IPAddress = "1.2.3.4", }, AllowRemoteClipboard = true, AllowFileTransfer = false, @@ -489,7 +489,7 @@ protected void LogoutButtonClick( { var success = true; - var disconnectionClient = new DisconnectionClient("https://192.168.1.13/Myrtille_microarea/api/Disconnection/"); + var disconnectionClient = new DisconnectionClient("https://server/myrtille/api/Disconnection/"); success = disconnectionClient.DisconnectAll(); // if the page have iframes on different gateways, call DisconnectAll for each of them diff --git a/README.md b/README.md index 2ff3004..e90271d 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ Cedric Coste (cedrozor@gmail.com). - ElasticServer (http://www.elasticserver.co/) - print a remote document using the browser print dialog - Coduct GmbH (https://www.coduct.com/) - reconnect on browser resize, keeping the display aspect ratio - Practice-Labs (https://practice-labs.com/) - audio support, REST APIs, improved iframes integration +- Schleupen AG (https://www.schleupen.de/) - clipboard synchronization, disconnect API, drain of disconnected sessions +- Microarea SpA (https://www.microarea.it/) - application pool API, reduced memory usage - Your company here (contact me!) ## Fun