Results 1 to 2 of 2

Thread: Web Service Security

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up 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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width