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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10041995.html
Does anyone have good ISAPI example with database access.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10102925.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10181545.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10263095.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10318044.html
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. ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10323508.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10327361.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10353005.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10377256.htm...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_10787261.htm...