My project requires me to generate meta tags on all the different pages of my site. The site is precompiled using the master file inheritance. My ASP isn't the best so I was wondering how I might be able to add different meta tags to each page. I investigated this tutorial http://www.codeproject.com/KB/aspnet/PageTags.aspx but can't see how I can get it to work because of the precompilation issue. (Also, I don't know how to use Visual Studio)
I managed to code a solution. The ideal solution would be from the individual pages which I managed to do. I would have been happy to be able to generate them solely on the master file for each page but I managed to find a better solution for the individual pages.