asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search








Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

PreviousNext

 

email this FAQ to a colleague

Q: What are the differences between an ISAPI applications and a filters?

A: ISAPI applications are called only on demand, if a request explicitly points to the DLL. Hence, in the most common case - of processing all normal requests, the additional overhead of a filter will not be incurred.

ISAPI Filters provide call backs at each stage of the processing. One of the stages is the authentication process. You need to set up a filter to watch for the filter notification SF_NOTIFY_AUTHENTICATION.

You can use ISA Filter to scan the documents on the fly and serve some custom information. However, this may slowdown the server heavily since the amount of work done is going to be large. If you are just interested in adding some information to each page, that can be implemented using a separate call out to ISAPI application dll rather than Filter. For example: this will serve better to insert page counters or whatever.

- Murali Krishnan

Articles
Dec 20, 1996 - Redirecting ISAPI Filter
Within this 15 Seconds' issue there is an example of a redirecting ISAPI filter written in MSVC 4.2, that redirects files not found to the default of the closest root. This issue includes source code and a explanation of implementation.
[Read This Article]  [Top]

Books
Active X Programming Unleashed
Weiying Chen

Related Topics
ISAPI
ISAPI Extensions


Support the Active Server Industry



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers