ASP.NET Web Services - Best Authentication Method

Associate
Joined
28 Nov 2004
Posts
1,237
Location
Birmingham
Hi all,
I'm looking into creating a webservice for a site of mine which will gradually expand in functionality.

Now, I'm wondering what you guys would consider the best way of authenticating access to said service?

I don't think simple IP, username and password (stored in the database) will cut it. I'm thinking some kind of public/private key mechanism on top of all that. Any ideas/details would be great!
 
no one?

one other thing I was thinking is could we run it on a specific port then restrict access via our hardware firewall to specific ips. would that be more solid?
 
Back
Top Bottom