简体   繁体   中英

How to allow only specific user's computer to access asp.net web application?

How to allow only specific user's computer to access asp.net web application?

Actually our data is very sensitive we can not allow anyone to access our web application to just verify UserName or Password. we can not allow user to give their username and password to others. only registered client machine can use our web application.

  • we can install a setup file on client machine.

Try to use an allowrule.

  1. Open the IIS-Admin-Console
  2. Navigate to your website-settings which should be restricted
  3. open "IPv4 Address and Domain Restrictions."
  4. Add an allowrule
  5. In the "add a new allowrule"-Dialog set all the settings you need.
  6. It think a restart of the website or the IIS-Service should be done.

Here is a Microsoft TechNet article which describes exactly what you have to do. It also describes if you want to restrict requests to a specified domain. http://technet.microsoft.com/en-us/library/cc731598(v=ws.10).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM