Hi,
I was asked to set up a .NET web service to expose a few methods for querying a database, which isn't a difficult task, but they said they wanted it secured using SSL since it is not internal.
How does one use SSL with a web service?
And is this something to use WCF for, or should I stick with a .net 2.0 web service?
Thanks in advance