Advertisement

1 - 10 of 226 containing alltags:("isapi") (0.001 seconds)
Hi, I am going to write a ISAPI extension which is performing some database actions. The problem is that I dosn't want to create a new TTable for each request since that would slow down the reques...
Zones: Delphi ProgrammingDate Answered: 03/09/1998 Grade: B Views: 0
Does anyone have good ISAPI example with database access.
Zones: Delphi ProgrammingDate Answered: 12/10/1998 Grade: B Views: 0
Hi, I want to build a ISAPI filter that checks some cookies and then sends the request on to the ASP engine to continue as nothing happened. Is this possible ? Anyone who has got or knows were to...
Zones: CGIDate Answered: 07/20/1999 Grade: A Views: 0
I am a beginner of Delphi5.0, Now I am learning to write a ISAPI program, here is a problem about "POST" and "GET" method I created a Web Server Application base on ISAPI, here is the code: pro...
Zones: Delphi ProgrammingDate Answered: 01/31/2000 Grade: D Views: 0
I'm creating an ISAPI application how can I receive the fact that a user has clicked(submit) on a butoon in a HTML PAGE ? I've to use the TWebActionItem ? Where I've to put my code to exec...
Zones: Delphi ProgrammingDate Answered: 04/04/2000 Grade: A Views: 0
Platform:  Win NT Server 4.0 + SP6 with IIS4.0 I copied two sample ISAPI filter, one from the Visual C++ ISAPI programming book and the other from MSDN.  They are both created in VC++ projects. ...
Zones: ASPDate Answered: 04/26/2000 Grade: A Views: 0
Hi all I wrote an isapi extension with Visual c++. One of the Isapi function get a parameter of type LPCTSTR (i.e. a string). When I call my isapi (with the open url method), and use a long stri...
Zones: C++Date Answered: 04/30/2000 Grade: A Views: 0
I 've created an ISAPI application. Now I would that users can save file on the my server. I don't know how can I do this kind of things. In fact I think I would have a "browse button". How can I...
Zones: Delphi ProgrammingDate Answered: 05/31/2000 Grade: A Views: 0
clockwatcher gave me the following as a sample of an ISAPI filter in action.  He/she explained that if you request the following pages directly, you get redirected to altavista.   http://downloa...
Zones: ASPDate Answered: 06/04/2000 Grade: A Views: 4
I want to use Apache 1.39 on Win98. In my http.conf I write <Directory "e:/Apache/cgi-bin">  Options ExecCGI FollowSymLinks </Directory> But when I create a cgi in this directory, I can't...
Zones: Apache Web Server, SSIDate Answered: 07/24/2000 Grade: A Views: 0