Hi
I am getting following error when i connect the WCF service that is hosted on ASP.Net internal server through client proxy ( Created by Svcutil)
Error : System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:3524
Thanks
Loading
LalPosted Mar 7, 2012, 2:34 PM
Also we can add port number in windows firewall , then it will work.
Thanks
Hemant KumarPosted Mar 5, 2012, 8:36 AM
In web .config you will be having the IncludeExceptionInDetail set this to true.
But in deployement you should make this to false.Good in Developement.