As I read here http://arunatennakoon.blogspot.com/2010/11/things-i-learn-new-this-week.html
Friday, November 12, 2010 Things I learn new this week 1. Never ever use WCF. --------------------- here is why 1. IIS 7 doesn't support .svc file format by default. So you need to
install some extension files. so it's lot of work for a new product.
2. I found it very hard to configure security settings. when i
tried to configure for the first time it threw all kind of errors.
3. After installing WCF in IIS, sometimes it's trowing an exception
that refers to the temp directory. To solve this problem you have to re compile the application and re-distribute
and a lot more...
So would you take the risk to use WCF ?
I'd like to hear about real world examples with hundred to billions of hit per year.