ISAPI

M

mark | r

anyone know how to use this component, am i right in thinking that it will
convert something like

default.asp?pageid=100&cat=74 to

default,100,74.html (or something similar)

?

mark
 
T

Tim Slattery

mark | r said:
anyone know how to use this component, am i right in thinking that it will
convert something like

default.asp?pageid=100&cat=74 to

default,100,74.html (or something similar)

ISAPI = IIS Application Program Interface. It's a set of functions
(and MFC classes) that allows you to build either a filter or an
extension DLL that becomes part of IIS. I have no experience with
ISAPI Filters, but I know that ASP is implemented this way. I have
written ISAPI Extension dlls. These allow you to intercept a call
like:

mylib.dll?function&arg1=something&arg2=somethingelse

and return the appropriate HTML stream. I coded a *large* extension
DLL that implemented a complex system. This allowed many different
values for "function" in the string above to be handled by different
functions in the same DLL.
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top