I've recently started working on an IIS7 server that contains a staticContent node in the applications web.config file. It is being used to to append Google Analytics code to the bottom of every page on the site.
What I am looking to do is have the server only append the footer to specific file types. Primarily just html files.
Is this possible?
Thanks!!