Results 1 to 3 of 3

Thread: integrate security in vb.net form.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2012
    Posts
    17

    Post integrate security in vb.net form.

    Hello everyone,

    How to integrate security in vb.net form.

    I am having a list of ip addresses which are authentic. How can I check if a particular ip address belongs to this group and give access or if the ip address is not from the group and disallow acess.

    Please help with code. Thanks in advance.

    Asaad

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: integrate security in vb.net form.

    To answer your question as asked, you simply compare your IP address to those values in the list and if it matches then it's authenticated. I suspect that that's not exactly the answer you're after though, but you haven't provided us with enough information for more without our having to guess what you're actually doing.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2012
    Posts
    17

    Re: integrate security in vb.net form.

    Quote Originally Posted by jmcilhinney View Post
    To answer your question as asked, you simply compare your IP address to those values in the list and if it matches then it's authenticated. I suspect that that's not exactly the answer you're after though, but you haven't provided us with enough information for more without our having to guess what you're actually doing.
    Hello mcilhinney,

    I am having a list of user ip addresses which is in a document. I need to check if the present users system ip address belongs to this list. How to get current user ip address programatically and to provide ip security.

    The condition is that a person should not be able to access it from other than his system.

    Waiting for a reply.nThanks in advance.

    Asaad

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