James,
What exactly do you mean with "securing data". It sounds like you're trying
to restrict database access to users that have a user account and password.
Be careful with that because you might submit user name and password in
clear text with every function call.
Can you elaborate more on your environment, are you doing this in an
intranet setting, is the service exposed to the internet, are all clients on
windows, etc.
--
HTH
Christoph Schittko [MVP, XmlInsider]
Software Architect, .NET Mentor
"James" <an*******@discussions.microsoft.com> wrote in message
news:CF**********************************@microsof t.com...
What's the best way of securing online databases and web services? At
present I am using a database password, which of course is not hard-coded
into the web service, but this means re-submitting it with every function
call from my windows client. Any alternatives?