|
-
Nov 25th, 2008, 03:34 AM
#1
Thread Starter
Addicted Member
Web Service Security
Dear friend,
I am using Asp.Net 2.0. In my project we need to use web services security. I
am really confusing in this concept. I dont know that how to implement coding
in my application. I know that authentication,authorization,integrity and
confidentiality for this ws security. My questions are these that
1. How to implement ws security in Asp.Net 2.0 application.
2. If use wsdl , how could implement also and Is any need to register something for ws security in the application.
Please clear my doubts.
Hope soon ur's reply.
Thanks & Regards
Failing to plan is Planning to fail 
-
Nov 26th, 2008, 12:05 PM
#2
Re: Web Service Security
There are lots of ways... you could force the client to pass credentials and those credentials could be windows or basic or custom. You could, otherwise, force the client to use tokens which it passes every time it needs to call a method.
It really depends on what sort of security you want. You could also get the client to use SSL. Or a certificate.
Have you read the MSDN article on it?
http://msdn.microsoft.com/en-us/library/ms996415.aspx
It even addresses 'crazy developers'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|