I would like to make use of ISAPI dll's.
Is this supported?
Do I upload the dll's into the cgi-bin directory?
Is this supported?
Do I upload the dll's into the cgi-bin directory?
| Wynand wrote: |
| I would like to make use of ISAPI dll's.
Is this supported? Do I upload the dll's into the cgi-bin directory? |
| Quote: |
| It acts mostly like Apache's mod_Rewrite, but is designed specifically for Microsoft's Internet Information Server (IIS) |
| Quote: |
| ISAPI: Short for Internet Server API, an API for Microsoft's IIS (Internet Information Server) Web server. ISAPI enables programmers to develop Web-based applications that run much faster than conventional CGI programs because they're more tightly integrated with the Web server. In addition to IIS, several Web servers from companies other than Microsoft support ISAPI. |