isapi

  • Thread starter Thread starter Aaron
  • Start date Start date
An ISAPI filter catch HTTP request and can make some pre-processing task
like authentication, compress, .... before IIS processing.
An ISAPI extension allow to call a specific task for an URL extension like
calling PHP EXE for .PHP, ASP DLL for .ASP, ...

Try the newsgroup "microsoft.public.platformsdk.internet.server.isapi-dev"
for more.

Lionel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top