What is difference between WCF service and ASP.Net Web Service?
I want to know What is difference between WCF service and ASP.Net Web Service and which one is best for creating services?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sathish jPosted Sep 6, 2012, 8:26 AM
Check out this below link, Hope this will give you the better idea about it.
http://www.codeproject.com/Articles/139787/What-s-the-Difference-between-WCF-and-Web-Services
Regards,
Sathish
Sukesh MarlaPosted Sep 6, 2012, 2:27 AM
We access Webservice trough Http Protocol where as WCF services can be accessed throughmultiple endpoints.
Check this is correct answer if it helped