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.