11-03-2022, 06:31 AM
(This post was last modified: 11-03-2022, 06:46 AM by skywalker2021.)
Ok, DevOma, here is the information you wanted
in the RD-Gateway settings,
Default Values tab==>Do not use RD Gateway server (checked)
Inherited Values tab==>Use these RD Gateway server settings (checked)
Servername: <our terminal server name, note it is just named like a terminal server not sure if that matters>
Logon method: Automatic (greyed out)
Bypass RD Gateway server for local addresses (not checked)
Credential: <our credential to connect to terminal server>
Use connection credential (not checked)
With this current settings, except the annoying issue of jumping the tab to the furthest right (often hidden due to the limit space on tab header line), the RDP session to the server will be automatically reconnected without any input after I hit the Reconnect button.
But if the "Reconnect session in the same window/tab" checked in the ASG setting, the tab stays but it will ask for username and password to gateway server as if it completely ignores the settings in RD-Gateway.
Hope this information helps.
Please fix this annoying bug as it happens to many of us who are using ASG2020 and 2021. I am thinking, even if you somehow can't reproduce it from your side, you should be able to do some fixing logically in your code. There must be somewhere in your code says to completely ignore RD-Gateway setting with "Reconnect session in the same window/tab" checked but don't ignore it when the tab is not checked. Please fix the code logic. Thanks.
in the RD-Gateway settings,
Default Values tab==>Do not use RD Gateway server (checked)
Inherited Values tab==>Use these RD Gateway server settings (checked)
Servername: <our terminal server name, note it is just named like a terminal server not sure if that matters>
Logon method: Automatic (greyed out)
Bypass RD Gateway server for local addresses (not checked)
Credential: <our credential to connect to terminal server>
Use connection credential (not checked)
With this current settings, except the annoying issue of jumping the tab to the furthest right (often hidden due to the limit space on tab header line), the RDP session to the server will be automatically reconnected without any input after I hit the Reconnect button.
But if the "Reconnect session in the same window/tab" checked in the ASG setting, the tab stays but it will ask for username and password to gateway server as if it completely ignores the settings in RD-Gateway.
Hope this information helps.
Please fix this annoying bug as it happens to many of us who are using ASG2020 and 2021. I am thinking, even if you somehow can't reproduce it from your side, you should be able to do some fixing logically in your code. There must be somewhere in your code says to completely ignore RD-Gateway setting with "Reconnect session in the same window/tab" checked but don't ignore it when the tab is not checked. Please fix the code logic. Thanks.