How can I add an IP filter to my oData WCF service?
I found some blog posts which explain to do it adding extra configuration in the web.config, only I have nothing in the web.config (about the service).
I followed Hanselmans example on how to add an oData feed, which doesn't involve configuring wcf via the web.config.