I'm little bit confused about "Add reference" and "Add service reference" in case of WCF service. I checked it on internet and MSDN but did not find any suitable answer.The actual problem I'm facing due to lack of understanding this, is questioned here (Add service reference gives Exception: Unable to connect to remote server).
I tried to find that, add service reference is invoking svcutil.exe and add reference is just adding dll. However, this did not give me clear idea.What actually internally happens in both the case? If Add reference is working fine with basic HTTP connection, why add service reference would not work?
Please help me understand without down grading this question.I'm tiring to find out the solution to my problem.