I am experiencing a strange problem. I am receiving the following error while accessing wcf service hosted on IIS 5.0. I am not getting this error always, but sometimes i get this. Any suggestions.
TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:80.
Thanks in Advance.
Among those who dare to chase the dreams are the onez who catch them
varunpals
Member
328 Points
125 Posts
Getting error when trying to access WCF Service
Jan 28, 2013 11:10 AM|LINK
Hi
I am experiencing a strange problem. I am receiving the following error while accessing wcf service hosted on IIS 5.0. I am not getting this error always, but sometimes i get this. Any suggestions.
TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:80.
Thanks in Advance.
chandradev1
Participant
1563 Points
474 Posts
Re: Getting error when trying to access WCF Service
Jan 28, 2013 12:35 PM|LINK
Hi
Please check this URL
http://www.smartftp.com/support/kb/connection-refused-f58.html
My Blog
[Life is wonderful if you know how to live life]
Haixia Xie -...
Contributor
3087 Points
298 Posts
Microsoft
Re: Getting error when trying to access WCF Service
Jan 29, 2013 09:40 AM|LINK
Hi,
Please try use another port, 80 is an exclusive listening port of IIS or try setup IIS to listen on another port besides 80(e.g 8000).
If it does not work, it may be a firewall issue, please check the causes and solutions in the link posted by chandradev1.
Best Regards.
Feedback to us
Develop and promote your apps in Windows Store
vdtrip
Member
70 Points
77 Posts
Re: Getting error when trying to access WCF Service
Jan 29, 2013 07:40 PM|LINK
It may be permission issue in IIS, so you can check Network and Network Service permission also.