Hi Mone,

I'm having the similar problem as CHTSENG, I copy the entire HelloWorldSockets folder to my external web server C:\Inetpub\wwwroot folder, and done some changes on the index.htm:

(1) pushPage.context.setDomain("");
(2) lsEngine.connection.setLSHost("Chuan");
(3) lsEngine.connection.setLSPort("8080");

*Chuan is my LS server host name

When I use IE browser to access the index.htm on the external web server, I can see that the push_page is connected to the push server with the message shown on the LS server console. Other than these, it also showing the following message:

03.Jun.09 16:35:04,203 < INFO > Serving Request: /lightstreamer/create_session.html?LS_phase=9956&LS_requested_max _bandwidth=500&LS_polling=true&LS_polling_millis=1 0000&LS_idle_millis=30000&LS_client_version=4.3&LS _adapter=RBMS_Demo&LS_user=SD1244017664234_425& from 192.168.1.21:3854
03.Jun.09 16:35:04,203 < WARN > Bandwidth control request ignored
03.Jun.09 16:35:04,203 < INFO > Starting new session: Sa74f501e5970264T4021156 from 192.168.1.21:3854

The above message keep appear and have a different value on certain variable, and it seems that it keep starting new session on the requested push page (I guess...).
I try to push some data to the push page but both the server and push page show no response.

Can you please give me some advice on this problem? Thank you.