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

ISAPI Filter Priority

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
Install ISAPI Filter using script - Hello everyone, I am looking for a script that I can use to install ISAPI filter Is there any sample code? I found a sample vbScript on MSDN, but for some reason after I run the script I do not see the filter being Can you..

DLLHOST.EXE and ISAPI - Hello, All! I've been using IIS5 and the ISAPI extension for Visual FoxPro and a VFP COM server without any problems for almost three years. After I installed SP4 for Windows 2000, the fails to load the I need to..

Problems with 64-bit ISAPI Extensions - I posted this to isapi-dev too, but since I could have a glitch on IIS which is causing my problems, I will post this here too. Sorry for I have big problem getting 64-bit ISAPI to work on Windows 2003..

Can't HTTP POST to ISAPI DLL! - I have an ISAPI extension written in C++, running under IIS 6. I can use the GET method to invoke it just fine, but the POST method fails. I've tried playing with every that I could find, but the server keeps returning error 501. If I telnet..

Debugging ISAPI extensions - I've been trying to a bug in an ISAPI extension written by someone else. I've been able to build a dll and I've followed all of the steps in KB article Q183480, but it doesn't seem to work. Each of the steps in the process seem to..
Author Message
user754

External


Since: Sep 09, 2003
Posts: 2



(Msg. 1) Posted: Tue Sep 09, 2003 10:54 am
Post subject: ISAPI Filter Priority
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have added three entries into IIS ISAPI filter list.
Sometimes the priority is low and sometime it is Unknown.
Any ideas how I can make this more standard.
Low is what I want...
How is this value set, A value somewhere ?
TIA
Jay

 >> Stay informed about: ISAPI Filter Priority 
Back to top
Login to vote
qbernard

External


Since: Sep 05, 2003
Posts: 407



(Msg. 2) Posted: Wed Sep 10, 2003 2:05 pm
Post subject: Re: ISAPI Filter Priority [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

what IIS version is this ?
have you try to restart IIS or try to access the filters ?

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...


"Jay Swan" <jay.swan.b.TakeThisOut@bayer.com> wrote in message
news:494b01c376e2$57425fc0$a301280a@phx.gbl...
 > I have added three entries into IIS ISAPI filter list.
 > Sometimes the priority is low and sometime it is Unknown.
 > Any ideas how I can make this more standard.
 > Low is what I want...
 > How is this value set, A value somewhere ?
 > TIA
 > Jay<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ISAPI Filter Priority 
Back to top
Login to vote
user754

External


Since: Sep 09, 2003
Posts: 2



(Msg. 3) Posted: Wed Sep 10, 2003 2:05 pm
Post subject: Re: ISAPI Filter Priority [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

5.00.2195

Trying to have the priority of *Unknown* to Low.

Thanks,

Jay Swan

 >-----Original Message-----
 >what IIS version is this ?
 >have you try to restart IIS or try to access the filters ?
 >
 >--
 >Regards,
 >Bernard Cheah
 >http://support.microsoft.com/
 >Please respond to newsgroups only ...
 >
 >
 >"Jay Swan" <jay.swan.b.DeleteThis@bayer.com> wrote in message
 >news:494b01c376e2$57425fc0$a301280a@phx.gbl...
  >> I have added three entries into IIS ISAPI filter list.
  >> Sometimes the priority is low and sometime it is
Unknown.
  >> Any ideas how I can make this more standard.
  >> Low is what I want...
  >> How is this value set, A value somewhere ?
  >> TIA
  >> Jay
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISAPI Filter Priority 
Back to top
Login to vote
user759

External


Since: Sep 10, 2003
Posts: 1



(Msg. 4) Posted: Wed Sep 10, 2003 2:05 pm
Post subject: Re: ISAPI Filter Priority [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

IIS Version 5.00.21951

Need to make sure the *Unknown* is replaced with Low
in the ISAPI filter Priority.

Thanks,
Jay Swan

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: ISAPI Filter Priority 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 5) Posted: Thu Sep 11, 2003 1:15 am
Post subject: Re: ISAPI Filter Priority [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

A filter's priority is declared within the filter binary itself. Thus,
there is no way to "configure" it externally other than to rearrange the
order of filters.

If a filter priority shows up as *Unknown* in the UI, it means that the
filter never specified a priority, and due to a quirk in how IIS behaves
with unprioritized filters, the Filter runs as highest-possible priority
(even higher than "High Priority).

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"jay swan" <jay.swan.b RemoveThis @bayer.com> wrote in message
news:%23TrS$p5dDHA.3992@TK2MSFTNGP11.phx.gbl...
IIS Version 5.00.21951

Need to make sure the *Unknown* is replaced with Low
in the ISAPI filter Priority.

Thanks,
Jay Swan

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: ISAPI Filter Priority 
Back to top
Login to vote
qbernard

External


Since: Sep 05, 2003
Posts: 407



(Msg. 6) Posted: Thu Sep 11, 2003 3:39 pm
Post subject: Re: ISAPI Filter Priority [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mm.. even after you have invoke it ?
In IIS6.0, after the filter is being fired, only it will shows the status.
and by default is low.

Now, you can try post to this groups, you should get better
response there.
microsoft.public.platformsdk.internet.server.isapi-dev


--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...


"jay swan" <jay.swan.b.TakeThisOut@bayer.com> wrote in message
news:#TrS$p5dDHA.3992@TK2MSFTNGP11.phx.gbl...
 > IIS Version 5.00.21951
 >
 > Need to make sure the *Unknown* is replaced with Low
 > in the ISAPI filter Priority.
 >
 > Thanks,
 > Jay Swan
 >
 > *** Sent via Developersdex <a style='text-decoration: underline;' href="http://www.developersdex.com" target="_blank">http://www.developersdex.com</a> ***
 > Don't just participate in USENET...get rewarded for it!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISAPI Filter Priority 
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 ]