Oper
Posts: 1195
|
| Posted: 07/31/2009, 3:51 PM |
|
anyone have an idea on how to validate that a Client PC is valid to use
a web PAGE.
some Activex on The client Machine (keep in mind we have access to Client Machine)
we would like to enforce that only that PC is allowed to use that WEBPAGE in a remote server.
(no VPN and Not IP)
using IE we could get MAC Address PC of Cliente Side but only work on IE.
any idea? any Comercial Activex?
thank
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
damian
Posts: 838
|
| Posted: 08/01/2009, 1:54 AM |
|
restrict access only to those IPs?
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
S_A
Posts: 29
|
| Posted: 08/01/2009, 4:21 AM |
|
What about getting the serial number of the disk drive and then storing that in a table for later comparison upon subsequent logon to the site? Of course if the drive fails or they change PC that would not work, but then that's the point...
Check this out:-
http://www.w3schools.com/asp/showfile.asp?filename=demo_serialnumber
|
 |
 |
Oper
Posts: 1195
|
| Posted: 08/01/2009, 6:30 AM |
|
Damian,
Dinamyc IP
S_A,
Create object is Server Side not Client Side
has to be something Client Side / Client PC. some kind of activext like the WMI
for now the only solution we have is to use a Win32 Application that will load the Web Address
Thank for reply.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|