Internet Server Application Programming Interface: Difference between revisions

Content deleted Content added
Billegge (talk | contribs)
remove recently added advertisements added by Billegge
Line 56:
==ISAPI Development==
ISAPI applications can be developed using any development tool that can generate a Win32 DLL. Wizards for generating ISAPI framework applications have been available in Microsoft development tools since Visual C++ 4.0.
 
Since ISAPI applications run under the web server, it is usually difficult to debug your applications.
[http://www.eggcentric.com Eggcentric] provides some tools that allow you to debug your ISAPI application outside of the Webserver process.
 
==See also==
Line 74 ⟶ 71:
==External links==
*[http://www.genusa.com/isapi/ The ISAPI Developer's site]
*[http://www.eggcentric.com/ Eggcentric - Debug ISAPI]
 
{{Web server interfaces}}