ISAPI Filter in VB.NET?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Owen Mortensen

    #1

    ISAPI Filter in VB.NET?

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

    TIA,
    Owen


  • Cor Ligthert

    #2
    Re: ISAPI Filter in VB.NET?

    Hi Owen,

    Did you try the newsgroup?

    microsoft.publi c.dotnet.framew ork.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


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: ISAPI Filter in VB.NET?

      * Owen Mortensen <ojm.NO_SPAM@ac m.org> scripsit:[color=blue]
      > Anyone know if it's possible (and how) to create an ISAPI filter (that can
      > filter ASP pages) using VB.NET?[/color]

      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/cpconhttphandle rs.asp>

      --
      Herfried K. Wagner [MVP]
      <URL:http://dotnet.mvps.org/>

      Comment

      Working...