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

ISAPI filters and IIS 6.0

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
ISAPI Filters - IIS5.1 on Windows XP SP1 I have just installed Active Perl 5.8.4 on the computer, which by default created an ISAPI filter for *.pl

ISAPI Filters - Hello! I'm if it is possible to develop ISAPI filters for IIS5/IIS6 using C# or C++ is the only case. Thanks

ISAPI Filters - Hi, please can someone shed some light on a problem I am having with IIS 4.0 on NT 4? I have an ISAPI Filter which was working Recently some changes were made to the IIS which has resulted in the DLL being loaded and

IIS 5.0 Isapi Filters - I added a Webtrends cookie filter to an IIS web site. It added, but when I try to access the web via FrontPage this new isapi filter prevents web access. When I remove the filter, access is restored. Any..

iis logging and isapi filters - a difficult question: i have developed two ISAPI filters and loaded fine on my Windows 2003 server. I have user VC++ 6 and MFC. Both filters use the to do something before the log stars. Each filter is used on..
Author Message
john_paul_temp

External


Since: Aug 24, 2004
Posts: 1



(Msg. 1) Posted: Tue Aug 24, 2004 7:12 am
Post subject: ISAPI filters and IIS 6.0
Archived from groups: microsoft>public>inetserver>iis (more info?)

hi there

when you apply an ISAPI filter to a web server, does this get
processed for each site and sub site of the server, or only the area
that requires the filter?

any help would be good

JP

 >> Stay informed about: ISAPI filters and IIS 6.0 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue Aug 24, 2004 1:14 pm
Post subject: Re: ISAPI filters and IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Scope of ISAPI depends primarily on configuration.

ISAPI Filter has two different configurable scopes:
1. global -- i.e. execute on every request to any website on the server
2. per-website -- i.e. execute on every request to that site.

I don't know what you mean by "sub site".

Meanwhile, Scriptmaps (ISAPI Extension) have configurable scope on a per-URL
basis, from global all the way down to a single URL

The two ISAPI types are completely different and serve different needs.

Now, the scope of an ISAPI has nothing to do with the actual processing done
by the ISAPI. Good ISAPIs usually trigger to do something based on
characteristics of the given request (i.e. "area that requires the filter").
Scope only controls whether the ISAPI even sees the request to do the
determination.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"JP" <john_paul_temple RemoveThis @hotmail.com> wrote in message
news:4138ac7.0408240312.354488c7@posting.google.com...
hi there

when you apply an ISAPI filter to a web server, does this get
processed for each site and sub site of the server, or only the area
that requires the filter?

any help would be good

JP

 >> Stay informed about: ISAPI filters and IIS 6.0 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 3) Posted: Wed Aug 25, 2004 1:16 am
Post subject: Re: ISAPI filters and IIS 6.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On IIS 6.0 running in Worker Process Isolation mode, they are on a web
application pool by web application pool basis.

You can have multiple web sites/subsites in a single web application pool,
or you can isolate each web application in its own pool.

Cheers
Ken

"JP" <john_paul_temple RemoveThis @hotmail.com> wrote in message
news:4138ac7.0408240312.354488c7@posting.google.com...
 > hi there
 >
 > when you apply an ISAPI filter to a web server, does this get
 > processed for each site and sub site of the server, or only the area
 > that requires the filter?
 >
 > any help would be good
 >
 > JP<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ISAPI filters and IIS 6.0 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (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 ]