Hi Alex...
thank you for the exemple...

please, tell me if i'm wrong...
this ASP.NET page is just like any other html page... i mean, the control of push page, subscription, etc is inside the javascript code.

Some questions about this code...
var lsPage = new PushPage();
lsPage.context.setDomain("lightstreamer.com");
what's this setDomain?
lsPage.context.setDebugAlertsOnClientError(false);

lsPage.bind();
lsPage.loadEngineMinimal("ls/lsengine.html");
lsPage.onEngineReady = function(engRef) {
engRef.connection.setLSHost("push.lightstreamer.co m");
engRef.connection.setLSPort(80);

must i use "localhost" and port "8080" if lightstreamer and iis are in the same server?
engRef.context.setDebugAlertsOnClientError(false);
engRef.connection.setAdapterName("STOCKLISTDEMO");
engRef.changeStatus("STREAMING");