Hi Bejoy,

looks like your .NET application is not able to resolve the hostname of the machine where your Lightstreamer server is.
From the command line try to use nslookup to resolve the address you've used, is it correctly resolved?

Note that the remote part of our .NET adapter does not have, by default, any configuration file; if you're using our standalone_launcher the server name is configured in the bat file. Otherwise you should refer to who wrote the launcher for your remote adapter.

Also note that we do not have any initLS.js file so I can't help you with that.