I'm running IIS/Win2k and am looking for an ISAPI filter that will let me not only block external image-linking, but log where the request is coming from as well. I know this is more of a developer forum but I've been looking everywhere with no results. Any help would be appreciated, as I'm considering trying to just write one myself. Thanks!
Try LeechBlocker. BTW, you probably only want to block the website doing the external image-linking. The IP of where the request is coming from is not really useful if you want to identify the offending website that is image-linking to your site. -- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Cibo" wrote in message news:1148879382.664322.144300@j55g2000cwa.googlegroups.com... > I'm running IIS/Win2k and am looking for an ISAPI filter that will let > me not only block external image-linking, but log where the request is > coming from as well. I know this is more of a developer forum but I've > been looking everywhere with no results. Any help would be > appreciated, as I'm considering trying to just write one myself. > > Thanks! >