ASP.NET big problem
-
hi there. ;) I have a project to make and i'm a litle confused. Between a Browser (like IE or Firefox) and the web server IIS i have to do something (application, Server, module ...) that recognizes a PDA and if so change HTML code or change the text inside it and then answer the request. I need some kind of module or application that work with IIS and, if device is PDA, change the response to the browser. The problem is that i have to change the text within the pages of all web sites... I can configure web.config in ASP.NET on root of all web sites in IIS to recognize or filter PDA devices and i did a module with the help of a web service to change the web pages but this only works with pages that use aspnet_isapi.dll. The rest of the pages pass by this module. This only works in WebService pages or WebApplication pages. I need a "HTTP Runtime Support" of .NET with HttpHandler and HttpModule for all pages and not only for aspnet_isapi.dll. ASP.NET The only way i think this is executable is by making a ISAPI filter for IIS but i need to program in c# for my project ... .NET, C#. Can you Help me !!! PLEASE :( Sorry for my english. Thank you for your time ;) Bruno Conde ;) countbruno@gmail.com