Link to home
Start Free TrialLog in
Avatar of jeffmc033
jeffmc033

asked on

how to secure web service communication under .NET 2.0

I am developing an application whereby many clients (siting on XP workstations) will communicate with a single server (Windows Server) through Web Services and .NET 2.0

The clients will be transmitting sensitive data to the server through Web Service calls - what is the best way to protect this data? Is there a simple way to turn on an encryption layer on both sides of the Web Service? Is doing it over SSL a better or worse methodology? What other solutions should I investigate.
ASKER CERTIFIED SOLUTION
Avatar of Justin_W
Justin_W

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial