Contents tagged with Handler
-
Restrict IP Address in ASP.NET Web API
There are several ways to restrict access to a Web server based on the requestor’s IP address either from IIS or using inbound Firewall rules. But If you want to restrict access to one of the applications deployed in the server based on the IP Address then you have to achieve that programmatically.