Questions tagged [isapi]

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

410 questions
2
votes
1 answer

IIS 7.5 URL rewriting not working

Today I have set up a new site with ColdFusion 10 and IIS . My project uses URL rewriting , I have installed "urlrewrite2.exe" . After that I have imported 'httpd.conf' file given by the client to the site . When I am browsing my site , the homepage…
Deepak Kumar Padhy
  • 4,128
  • 6
  • 43
  • 79
2
votes
1 answer

Delphi XE ISAPI WebBroker file upload

I need some help accepting file uploads on an ISAPI in Delphi XE2. In Delphi 2007 I use Shiv's TMsMultipartParser and it works 100%. Trying to use this in XE2 doenst work. From what I can tell the contents length is read incorrectly and then the…
Paul
  • 157
  • 1
  • 2
  • 14
2
votes
1 answer

WCF: Handler "svc-ISAPI-4.0_32bit" has a bad module "IsapiModule"

When browsing to my .svc endpoint in a browser I get this message: Handler "svc-ISAPI-4.0_32bit" has a bad module "IsapiModule" (On 64-bit Windows the message is: Handler "svc-ISAPI-4.0_64bit" has a bad module "IsapiModule"). I can't find…
Keith
  • 20,636
  • 11
  • 84
  • 125
2
votes
7 answers

In an ISAPI filter, what is a good approach for a common logfile for multiple processes?

I have an ISAPI filter that runs on IIS6 or 7. When there are multiple worker processes ("Web garden"), the filter will be loaded and run in each w3wp.exe. How can I efficiently allow the filter to log its activities in a single consolidated…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
2
votes
1 answer

ISAPI ZEND url rewrite adding extra "/index.php/" into url

We recently reinstalled our web site on our server, the sys admin says it is an exact rebuild, and it indeed looks to me that it is, but there is something different going on. I did not originally develop the site, and those who did are no longer…
None
2
votes
0 answers

Integration of Tomcat 7 with IIS 7

After following all the steps related to integration of tomcat7 and IIS7 i am getting below error.Any idea what might be the cause?First time when I did all the steps as mentioned in tutorial my site was coming up then suddenly it stop coming…
priya
  • 361
  • 1
  • 4
  • 18
2
votes
1 answer

Single sign on between ASP.NET and Delphi ISAPI application

I need to develop a "single sign on" authentication between three ASP.NET applications and one Delphi ISAPI application. Participants of scenario: UI asp.net application - it does make calls to the WS application BI asp.net application WS isapi…
krlm
  • 817
  • 7
  • 18
2
votes
3 answers

How to create an ISAPI Filter DLL in vb.net/c# or vbscript

I have researched a lot on internet about creating one but only ones I found were to create in c++. Is there a way to create one in c# or vb.net? can anyone please provide links to tutorials Thanks
Jatin
  • 1,668
  • 2
  • 16
  • 23
2
votes
3 answers

How can I host a isapi extension on windows azure

I would like to deploy a web applicaction (ISAPI DLL 32 bit) on windows azure as hosted service. Now, I have developed my isapi dll and works under IIS, and I would like how can I create a azure package and config file. I need Visual Studio ? or can…
Carlos Z.
  • 39
  • 1
  • 5
1
vote
1 answer

isapi redirector and IIS 7.5

I have hit a problem trying to install the 64 bit ISAPI redirector on to a Windows 2008 Server running ISS 7.5. Everything seems to be set-up correctly in ISS but I get this error in the ISAPI log file. I have copied the path in the error message…
IanBram
  • 257
  • 1
  • 3
  • 10
1
vote
1 answer

Configuring IIS7 to server both a wildcard ISAPI DLL and static files

I have an ISAPI DLL that is configured in IIS for wild card mapping. When a request URL corresponds to a static file, I want IIS's StaticFileModule to serve that file. When the file doesn't exist, I want the ISAPI DLL to handle it. The handlers…
David Anderson
  • 8,306
  • 2
  • 27
  • 27
1
vote
2 answers

Use ISAPI filter to trace and time a WCF call?

I'm building a web application using WCF that will be consumed by other applications as a service. Our app will be installed on a farm of web services and load balanced for scalability purposes. Occasionally we run into problems specific to one web…
Andrew Burke
  • 93
  • 1
  • 7
1
vote
1 answer

Aborting ISAPI request from client:

App Chain: Running a Delphi ISAPI application under IIS 7.5/Server 2008R2 - 32 bit mode and Classic Mode pipeline. ISAPI app (TISAPIApplication) is built with Delphi XE. Client is a Delphi exe that generates an XML doc containing request content,…
Vector
  • 10,879
  • 12
  • 61
  • 101
1
vote
1 answer

C# allow on IIS7 ISAPI and CGI Restrictions aspnet_isapi.dll x64 bit

Is it possible from C# code manipulate IIS7 ISAPI and CGI Restrictions? The goal is, if on x64 bit machine, check if Framework64/aspnet_isapi.dll allowed, and if not to allow it. Also, alternatives suggestions will be kindly accepted :)
eddyuk
  • 4,110
  • 5
  • 37
  • 65
1
vote
1 answer

Why are the pointers in my 64-bit ISAPI dll messed up?

I am working on migrating a 32-bit ISAPI dll to 64-bit. I am using Visual Studio 2008. I am having problems with the EXTENSION_CONTROL_BLOCK pointer in the HttpExtensionProc function. The char pointers within the EXTENSION_CONTROL_BLOCK structure…
HBFan
  • 285
  • 2
  • 6