Possible Duplicate:
Web Services — WCF vs. Standard
I'm thinking about to know if I'm following the right way by choose a technology for my WebService. My WebServices will be always consumed from js/jQuery methods and always will return serialized JSON data (for jQuery function and to load jqGrids) not objects. My site use WIF authentication, but I think this make no difference.
Because of this prerequisites I choose the ASMX technology; is simple and for my needs I think it's ok.
A good reference was: http://keithelder.net/2008/10/17/WCF-vs-ASMX-WebServices/
According to support, security and speed is the right choice? Or is better to move my WebServices to WCF technology?