Top "Isapi" questions

The Internet Server Application Programming Interface (ISAPI) is an N-tier API of Internet Information Services (IIS).

Problem in running .net framework 4.0 website on iis 7.0

Hey I got problem in running .NET framework 4.0 website on IIS7.0. the error I got is like: HTTP Error 404.2 - …

asp.net iis-7 .net-4.0 cgi isapi
Running a java web application in IIS

Has anybody found a way to run a Java web application within IIS? It seems to me it should be …

java iis isapi
How do I enable ISAPI DLLs for IIS 10 on Windows 10?

I've configured ISAPI DLLs for IIS 7.x for years, but this is the first time I've tried with Windows 10, and …

windows-10 isapi iis-10
Why can I remove ExtensionlessUrlHandler from an MVC application without any ill effects?

I am trying to streamline my MVC application and deleting as much as possible. Can someone explain to me what …

asp.net-mvc web-config isapi
IIS7 is throwing a 500 error intermittently. Can anyone help me diagnose it?

Sorry for the vague title, as I really can't explain this problem succinctly. Basically I have Windows Server 2008 x64, IIS7, …

asp.net iis-7 asp.net-2.0 isapi
ASP.NET url MAX_PATH limit

I've found an issue with ASP.NET that I know at least has stumped one other person out there. We …

asp.net url isapi max-path
ISAPI Extension gives 404 on IIS7

I'm running windows 7 64-bit and trying to load an ISAPI Extension I'm busy writing on my local IIS7 machine. I …

iis-7 iis-7.5 isapi isapi-extension
How to install a Delphi Webservice ISAPI module on Apache 2.3

I have a webservice compiled into a ISAPI module (dll). I have Apache 2.3 correctly installed. How to install this DLL …

web-services delphi apache soap isapi
Web application in Delphi

I'm evaluating the possibility to write a web application using Delphi (ISAPI/CGI/...). I still cannot see enough reasons to …

delphi cgi isapi
Developing an ISAPI filter

I want to develop an ISAPI filter which shall read the headers of an URL, this shall talk to an …

c# c++ iis isapi