Hi,
How to restrict page based upon ip addresses in mvc
I have one table with relevant ip addresses
Id Ipadress
1 xxxxxxxxxxxxx
2 xxxxxxxxxxxxxx
I have 2 ip addresses
Currently my requirement is that
If I want to access login page
I need to check whether I have opened in same ip address or not
If not don't allow to run the application
I am using mvc