Quote Originally Posted by rmusco
IIS is started in my computer. Do i need to stop it, since LightStreamer is also a Web Server?
No you don't. Just let them listen to 2 different ports (e.g. ISS port 80 and LS port 8080)
Note that LS will not start if binded to an occupied port

Quote Originally Posted by rmusco
Another thing, LightStreamer Server is installed in drive "D:\", is there any problem?
No problem.

Quote Originally Posted by rmusco
p.s.: How LS identify "http://testpc.mycompany.com:8080" ? Can i configure anything to change this URL or create another one?
The URL is related to your machine not to Lightstreamer.
Lightstreamer will answer to each request sent to the port (ports) it is listening to.
If your Lightstreamer server is listening to port 8080 you can reach it with http://localhost:8080/ or http://127.0.0.1:8080/ or - if your PC is in a LAN - with http://IpOfYourPC:8080/ (where IpOfYourPC is of course the IP of your PC)

Those ways to reach LS are all ok, btw when your pages are deployed in an external web server then you need to reach LS server via a name (e.g. http://mypc.mycompany.com:8080). To accomplish this you must set up a DNS or edit the host file (under windows is usually located here: C:/windows/system32/etc/drivers/host )

Hope that helps,
Mone