Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm hosting a website.

I want one of my web page to be run on one pc only of my client.

This page should not run on other pc's of website users how can i do it?

by javascript?
or
by vb.net code?
Posted
Updated 29-Aug-12 20:39pm
v2

General question — general answer: use authentication solution.
 
Share this answer
 
Comments
Sandeep Mewara 30-Aug-12 4:52am    
Comment from OP:

i want all person who sit on that pc use that page then????
authentication not work for that
You can check the IP Address of the PC and Added the particular PCs IP in your page.
In else statement u can redirect to any other page.
 
Share this answer
 
i want all person who sit on that pc use that page then????
authentication not work for that
 
Share this answer
 
Comments
Legor 30-Aug-12 4:42am    
If you want to answer to a solution posted to your problem please use the Comment function. If you want to add additional information to your question use the "Improve Question" function. Do not post follow up comments of yourself as Solutions next time.
Devang Vaja 30-Aug-12 4:51am    
ok i m new in this that's why
Legor 30-Aug-12 4:55am    
Thats why i'm telling you ;)
Devang Vaja 30-Aug-12 4:56am    
thnx
Vitaly Obukhov 30-Aug-12 6:04am    
If all persons didn't know password then pc should provide it. They just should use some common authentication scheme (basic, digest, etc…) for this and only client pc should have access to related password (token).
Basically you can use client IP as it was mentioned above. In this case IP is access token. I suppose this scheme is not very reliable since third party can spoof IP.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900