Hi,
I developed a WCF Service Library and I am tring to host the service in a console Application
using netTcpIp binding.I get the following error when I try to access the method from a Widows Project which is in the Same Solution
"No connection could be made because the target machine actively refused it 127.0.0.1:9000"
My Solution has 3 projects
1.WCFServiceLibrary 2.Console app to host the service 3.Window App to access the service.
Operation System is Windows XP
IIS version 5.1
Kindly help.
Girish.
...
Go to the complete details ...