Latest Articles ::
Have you ever wanted to manage multiple domain names under a single account in IIS (Internet Information Services)? A common way to do this is to...
ISAPI filters can be used with Internet Information Server to add features such as monitoring HTTP transactions or authentication. Filters can be...
Delphi doesn't do anything magical with this technology. It doesn't mean that if you don't use it you can't create ISAPI's or CGI's. You could create...
In this article we'll first learn about the basics of ISAPI, including the benefits of ISAPI over CGI. We'll also use Borland Delphi to make a simple...
This article describes two ways to upload images and files on your web server, and the advantages and disadvantages of both.
This article present a way to retrieve the GET-POST data from a form into an ISAPI extension.
This article present a way to send some cookie to client browser from an ISAPI extension.
Sample of using ISAPI extension to give online data to graphical applets.