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.
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.