views:

84

answers:

1

Hi,

How can i secure Web Service calls from a desktop application (winform) ?

I first think about pass login/password to each web services methods and then check from my database of user is authorized, but i'm looking for a better way to secure that.

Thanks.

+1  A: 

If your web service is written in WCF there are lots of security scenarios already built-in and which can be manipulated as easy as web.config settings.

Darin Dimitrov