views:

63

answers:

1

I'm planning to develop a web service application to support an iPhone app and need to be able to secure communications between the application and certain asmx methods. Having used APIs for Facebook, Twitter and the like - I was wondering how I might best accomplish this with ASP.NET. Any thoughts?

+1  A: 

WCF has thorough support for different authentication schemes

Ryu
And, in contrast, ASMX does not.
John Saunders