Hi,
I'm publishing a webservice and I need to stop certain IPs from submitting data. In this particular case I can't do it at the firewall for a number of reasons. Individual IPs are working fine but I now need to support CIDR notation and validate if the sending IP is within a /27 range. Does anyone know how this could be achieved in .net?
Many Thanks
Richard