I would like to implement google analitycs on a website that s a mix of classic asp and various .net applications. All classic ASP pages share a footer.inc file, so that s a no brainer. However, the .net pages don t share anything, and sometimes don t even use master pages. Is there a way i could compile a DLL, drop it into the GAC and just reference it in web.config?
Thanks!