ISAPI Filter in VB.NET?

  • Thread starter Thread starter Owen Mortensen
  • Start date Start date
O

Owen Mortensen

Anyone know if it's possible (and how) to create an ISAPI filter (that can
filter ASP pages) using VB.NET?

TIA,
Owen
 
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
 
* Owen Mortensen said:
Anyone know if it's possible (and how) to create an ISAPI filter (that can
filter ASP pages) using VB.NET?

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>
 

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