|
I haven't actually had to use ISAPI filters to achieve this. I've done a little bit of work with HttpHandlers, which are easy enough. I'm curious what the performance implications of either approach would be?
The reason I ask is that I've been working on a cms for a while for my main site, to apply templates, so that I can work on changes to the actual data being presented, or change the look and feel once, without having to edit ~170 files by hand. http://forrestcroce.com/Photos/KerryParkNightSkyline.html has decent ranking power, so I'd like to expose an asp page with the same url, but get IIS to execute the code inside, that binds the particular image url and its descriptions to the template.
|