computer_1
-->OS="windows 2003"
-->hostname="WebServer",
-->IP="10.33.184.31"
-->Web Server IIS 6.0
I copy the 'demos/MessengerDemo/*.*' into computer_1's 'C:\Inetpub\wwwroot'
and use IIS Manager to do the relational setting.
Then I modified the index.html content;
(1) pushPage.context.setDomain("");
(2) lsEngine.connection.setLSHost("LSserver");
(3) lsEngine.connection.setLSPort("8080");

computer_2
-->OS="windows 2003"
-->hostname="LSserver"
-->IP="10.33.184.25"
-->Lightstreamer Server (port=8080).
-->The Lightstreamer Server is already startup.

When I use IE6.0 (computer_2) to browse the MessengerDemo index.html,it always pop up a javascript error message which mean that there is no previlege.

I don't know what kind of mistakes I did, please help me to fix this problem, thanks.