O Owen Mortensen Jul 16, 2004 #1 Anyone know if it's possible (and how) to create an ISAPI filter (that can filter ASP pages) using VB.NET? TIA, Owen
Anyone know if it's possible (and how) to create an ISAPI filter (that can filter ASP pages) using VB.NET? TIA, Owen
C Cor Ligthert Jul 17, 2004 #2 Hi Owen, Did you try the newsgroup? microsoft.public.dotnet.framework.aspnet To use the filter, you should in my opinion first have a connection to the framework in my opinion where that newsgroup looks to me the most properiate place to ask. I hope this helps? Cor
Hi Owen, Did you try the newsgroup? microsoft.public.dotnet.framework.aspnet To use the filter, you should in my opinion first have a connection to the framework in my opinion where that newsgroup looks to me the most properiate place to ask. I hope this helps? Cor
H Herfried K. Wagner [MVP] Jul 17, 2004 #3 * Owen Mortensen said: Anyone know if it's possible (and how) to create an ISAPI filter (that can filter ASP pages) using VB.NET? Click to expand... ASP.NET pages or Classic ASP pages? For IIS6, you can implement a HTTP handler to archieve similar behavior: <URL:http://msdn.microsoft.com/library/en- us/cpguide/html/cpconhttphandlers.asp>
* Owen Mortensen said: Anyone know if it's possible (and how) to create an ISAPI filter (that can filter ASP pages) using VB.NET? Click to expand... ASP.NET pages or Classic ASP pages? For IIS6, you can implement a HTTP handler to archieve similar behavior: <URL:http://msdn.microsoft.com/library/en- us/cpguide/html/cpconhttphandlers.asp>