Results 1 to 2 of 2

Thread: Securing a web service

  1. #1

    Thread Starter
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Securing a web service

    Hi,

    I have a webservice on a database server that I use to query a database.
    The data in this database is private information, and I want to prevent others from using this web service to access it.
    I'm already using a special database user that only has limited access, but I don't think this is enough.
    I want to make sure that no one else can access this web service.

    How might I do this? (I can't hard code an IP address in it, because this might change)

    I've read something about tokens and other complicated security mechanisms.
    Is there an easy way to do this?
    I code C#....

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Securing a web service

    You should use Usersname/password and/or certificates (and https ofcourse)
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

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