|
-
Feb 9th, 2012, 02:00 AM
#1
Thread Starter
Junior Member
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
-
Feb 9th, 2012, 03:36 AM
#2
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.
-
Feb 10th, 2012, 02:39 AM
#3
Thread Starter
Junior Member
Re: integrate security in vb.net form.
 Originally Posted by jmcilhinney
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|