Click here to Skip to main content
15,896,487 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want my user can access the following URL
e.g http://120.12.98.66:1001/forms/frmservlet/

only if i have given some kind of permission on his machine,


Kindly help me with this, what i should do for this?
Posted

1 solution

I would suggest doing Forms Authentication instead of restricting per machine.

However, IIS will let you configure which IPs can get to your site. Go to the properties of your site in IIS and choose IP Address and Domain Restrictions. You can configure it there.
 
Share this answer
 

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