thanks,
now the LS worked and listen for port 8080. but when the adapter then connects to the LS, it gives exception :
An unhandled exception of type 'Lightstreamer.DotNet.Client.PushConnException' occurred in DotNetClient_N2.dll


Additional information: The remote server returned an error: (500) Internal Server Error.


this is the code for connecting:

ConnectionInfo _cInfo = new ConnectionInfo();
_cInfo.PushServerUrl = "http://localhost:8080";
_cInfo.Adapter = "DataPool";


LSClient client1 = new LSClient();
client1.OpenConnection(_cInfo, new Tabee3ConnectionListener());


is there any changes in that?