Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

ISAPI Filter in VB6

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
ISAPI filter - Hi! We are doing some to find new ways to develop out product in a couple of different areas. One way to go includes writing an ISAPI filter that before the ASP code gets parsed. The reason for doing this is that we want to handle..

Help needed with ISAPI filter on IIS 6.0 - Hi, I have an ISAPI filter that works fine with IIS 5.0. However when I try to employ the same filter on IIS 6.0 following are the 1. Filter loads up correctly 2. Whenever I try to access pages on this web server, the pages are NOT loaded..

Missing: XSL ISAPI Filter - What happened to the XSL ISAPI Filter? I've found a bunch of articles it, even a MS bug page, but all of the links come up dead. Here are a few of the dead links:..

How to get session ID in ISAPI Filter - Hi, all At first, I must thank for David Wang's and Mark Weaver's answers. I have known that the ASP session object can't be used in ISAPI. There is other problem, please help me. I want to get a session ID in ISAPI filter, but how to do it? If it is..

how to get session within ISAPI Filter ? - Hi, I want to get the value of within my ISAPI to do it? Thanks! Best Reguards!
Next:  IIS: IIS stopped working.  
Author Message
user1769

External


Since: Jun 10, 2004
Posts: 12



(Msg. 1) Posted: Thu Jul 15, 2004 7:26 pm
Post subject: ISAPI Filter in VB6
Archived from groups: microsoft>public>inetserver>iis (more info?)

Is it possible to write an ISAPI filter in VB6 (or VB.net for that matter).
If so, how? Please?

TIA,
Owen

 >> Stay informed about: ISAPI Filter in VB6 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 2) Posted: Thu Jul 15, 2004 9:08 pm
Post subject: Re: ISAPI Filter in VB6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Not in VB6. An ISAPI filter must export certain functions which VB does not
do. You may, however write an ISAPI filter that creates its own COM STA
threads and can then call the VB component from the ISAPI filter.

Pat




"Owen Mortensen" <ojm.NO_SPAM RemoveThis @acm.org> wrote in message
news:eaQ$nMsaEHA.1152@TK2MSFTNGP09.phx.gbl...
 > Is it possible to write an ISAPI filter in VB6 (or VB.net for that
matter).
 > If so, how? Please?
 >
 > TIA,
 > Owen
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ISAPI Filter in VB6 
Back to top
Login to vote
user1769

External


Since: Jun 10, 2004
Posts: 12



(Msg. 3) Posted: Fri Jul 16, 2004 11:46 am
Post subject: Re: ISAPI Filter in VB6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

OK. Thanks. That's too bad. I'm not as skilled with C++ as with VB6 and
VB.Net.


"Pat [MSFT]" <patfilot.RemoveThis@online.microsoft.com> wrote in message
news:ekTI1FtaEHA.2388@TK2MSFTNGP11.phx.gbl...
 > Not in VB6. An ISAPI filter must export certain functions which VB does
not
 > do. You may, however write an ISAPI filter that creates its own COM STA
 > threads and can then call the VB component from the ISAPI filter.
 >
 > Pat
 >
 >
 >
 >
 > "Owen Mortensen" <ojm.NO_SPAM.RemoveThis@acm.org> wrote in message
 > news:eaQ$nMsaEHA.1152@TK2MSFTNGP09.phx.gbl...
  > > Is it possible to write an ISAPI filter in VB6 (or VB.net for that
 > matter).
  > > If so, how? Please?
  > >
  > > TIA,
  > > Owen
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISAPI Filter in VB6 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]