I've read through a few of the pages on the FAQ related to this problem and while I understand the solution I'm not sure where it fits in to the site I have to complete this project for.
My project requires that I generate different meta tags on each individual ASP page.
The site uses the inherit function to call the master file and due to the fact the site is precompiled this makes the task a little more difficult. This means all the codebehind pages are precompiled .dll files. (I don't have the originals)
My ASP is fairly basic so if you can give me any help with this it would be hugely appreciated.
I think this problem may be fairly easy for those with more advanced skills.