have iis add output to every aspx page?

  • Thread starter Thread starter Tarren
  • Start date Start date
T

Tarren

Hi:

Is it possible (examples?) to have iis insert content into every page that
is served up for a given app?

I am wanting to put heartbeat data into each page on my intranet site.

Thanks
 
If you look at the Documents Tab in IIS Manager you will see a checkbox
"Enable Document Footer".
Peter
 
Also, an ISAPI extension/filter can do this type of thing if you need
something more than a static footer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top