I want to restrict access to my MVC project to a predetermined set of IP addresses. It should be quick and easy to add or remove IP addresses, possibly through an admin-interface on the webpage.
Which way would be best to implement this? Do i have to set the restriction in the web.config?