Remoting in Windows Services

  • Thread starter Thread starter Manikandan P S
  • Start date Start date
M

Manikandan P S

Hi,

I have created a Windows Services project and I
succesfully installed using InstallUtil.exe utility.
Then I went to Service Control Manager and started the
service successfully, but when I try to access the service
which is hosted from my web application, it is throwing
the following error
"No connection could be made because the target machine
actively refused it "
I am not able to find out what is the root cause for this
problem. It would be really helpful for me if you can
suggest me some ideas.

Regards
P.S. Manikandan ,
CGI (Conseillers en Gestion et Informatique)
Tel: 091-080-28521224 Ext-291
 
It means that remoting hasn't started up as expected. You need to put some
debug code into the app to see what expection is being thrown. Write to the
application event viewer.

Laurie Paulin
Perth, Western Australia
 
Back
Top