[4356] - The connection was ended because of a network error.

1 users found this article helpful

Symptoms

Starting a Published Application you get the error message:

alttext

Connecting to Terminal Server in Native RDP Client (mstsc) causes the error message to appear:

alttext

Cause

RDP Port is used by another application.

Resolution

To figure out which application listening to RDP port (by default 3389) execute the following command:

    netstat -abno | find "%RDPPortNumber%"
alttext

You may check port RDP port number in registry entry:

    HKLM\SYSTEM\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber

Was this article helpful?

Tell us how we can improve it.