What is isapi?

Showing Answers 1 - 1 of 1 Answers

Mamta K

  • Sep 1st, 2005
 

ISAPI stands for Internet ServerApplication Programming Interface, is a specification that allows developers to extend IIS by writing components that proces raw HTTP requests. 
 
An ISAPI components ends up as DLL that IIS directs all requests and responses through. 
 
In ASP.Net ISAPI component has been evovled into httpHandler. 
 
ISAPI can be written only in C++, wherein httpHandler can be written using any .Net compatible language. 
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions