Windows server

Discussion in 'Site & Server Administration' started by Jayess, Jan 12, 2005.

  1. #1
    I've managed to get a footer forced on every page of all htm/html sites server wide.

    What I want to do is also get this on php and asp pages.

    Finally I want to use php or asp in this footer.

    So essentially I want a dynamic footer to display banners accross every page of a windows server.

    IS THIS POSSIBLE?

    I cannot get the answer anywhere on the web.

    If you can do it I will pay you to do it.
     
    Jayess, Jan 12, 2005 IP
  2. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What you need is something called ISAPI Filter. It's a DLL that IIS loads on startup and pumps through all requests and responses. ISAPI filters are written in languages like C/C++. Throw in ISAPI into your search and you might be able to find what you are looking for.

    J.D.
     
    J.D., Jan 12, 2005 IP