Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jim Bayers #1
Web Services a Secure Way to Move Student Data
Many departments rely on our department for reports and such. Often these
reports will contain confidential data like student-ids and social security
numbers.
We are looking at using web services to share data with other departments.
The data must be secure. Do web services have any advantages over an xml
webpage? I assume you can use ssl to encrypt the data, how about
authentication?
How would you exchange confidential data with other departments? Http or
otherwise?
Jim Bayers Guest
-
Secure data
In terms of eavesdropping, it's no more or less secure as http traffic. FMS supports 128 bit encrytion, so it can be as safe as https traffic. As... -
How Do I Move Contribute Publishing Services
I just bought a new server and need to move my existing CPS to the new server. Is there an easy way to do this without having to redo everything. I... -
Data & secure explained
ok...... enter in this link www.aprocre.org.ve and click in the top right button (login panel). You can see that "a secure area only for members was... -
Secure web services used by ASP & ASP.NET
Hi, I'm developing Web Services in ASP.NET that have two requirements: 1.) Need use SSL to encrypt login credentials to use the web services.... -
whats the best way to mix secure and non secure data on a page?
i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and... -
Martin Kulov #2
Re: Web Services a Secure Way to Move Student Data
Hi Jim,
Look for Web Service Enhancements [1]. They provide secure way to exchange
data using HTTP or just plain tcp socket.
[1] [url]http://msdn.microsoft.com/webservices/building/wse/[/url]
Regards,
--
Martin Kulov
[url]http://www.codeattest.com[/url]
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
Martin Kulov Guest



Reply With Quote

