Questions tagged [isapi]

47 questions
8
votes
2 answers

Mercurial browser on Windows 2003 takes several refreshes before displaying repositories

When attempt to browse my Mercurial repositories it usually takes several refreshes before the repository list is displayed. The configuration is as follows: Windows Server 2003 (Dedicated machine hosted by http://www.server4you.com/. Site has…
Tim Murphy
  • 137
  • 6
7
votes
3 answers

F5 Big-IP, X-Forwarded-For and IIS Logs

I've got an F5 Big-IP that is mangaged by our hosting provider. It's dedicated to our private VLAN, etc. Works great :) We requested them to add in an X-Forwarded-For HTTP-Header field. They've done that and we can now access that in the code.…
Pure.Krome
  • 6,338
  • 17
  • 72
  • 86
5
votes
0 answers

How do I reduce the threads per process limit for an ISAPI app under IIS 7.5

I have a python WSGI application running under an ISAPI extension in IIS 7.5 on Windows Server 2008. I would like to increase the number of worker processes (which I know how to do) and reduce the number of threads per process (which I don't). I'm…
solublefish
  • 168
  • 1
  • 9
4
votes
1 answer

Unable to link IIS8 and Tomcat7 by ISAPI on Windows Server 2012

Firstly, I am completely new to IIS and Windows Server. Previously I used to work only on Apache and Linux. I want to link IIS8 and Tomcat 7.0.34 under a subdomain, such that when someone visits subdom.mydomain.com then only, IIS forwards requests…
Abhinav
  • 653
  • 2
  • 8
  • 19
4
votes
2 answers

ISAPI .dll being served as static content

In IIS7, we have an application which comes supplied as a .dll file. Application is known to work in II6 on a different server. When browsing the URL of this application, it sends the .dll itself as a binary file (giving prompt of "Download: do you…
OJW
  • 249
  • 1
  • 4
  • 15
3
votes
1 answer

SQL Injection Filter IIS

Currently running an IIS server with some legacy asp & sql. I was wondering if there are any good isapi filters which would automate checking for SQL injection attacks ?
Yucel
3
votes
0 answers

Bad Gateway! when calling a cfx dll on ColdFusion 11 IIS 8.5

I am getting a Bad Gateway! error when running a ColdFusion page that calls a C++ dll. The CF administrator runs and other pages with cfx dll calls run. The ColdFusion is 32bit because the DLLs are 32 bit. CGI, ASP.NET, and ISAPI are features…
3
votes
2 answers

How do I persuade IIS to deliver content from within a Zip file?

Is it possible to "persuade" IIS to deliver content from a Zip file "Container" ? For example I have lots of PDF documents packed in Zip archives and I need to display the PDFs in a browser. So for example if the Zip file is named "Container.zip"…
2
votes
1 answer

Running Web.py as an IIS CGI Script

I recently wrote a web.py-based stand alone web service. Due to unforeseen circumstances, the service has to run through IIS. I've heard that it's possible to run web.py as a CGI in IIS, but I'm having trouble setting it up. I can run Python CGI…
Mike Caron
  • 133
  • 1
  • 3
  • 7
2
votes
2 answers

ISAPI Authentication IIS6

I want to secure some folders/directories on my website which is running under IIS6, but I don't want to enter the users in Active Directory or make them windows users in any way. I have the users/passwords in a database currently. In the past I…
Nick Franceschina
  • 183
  • 1
  • 1
  • 7
2
votes
1 answer

IIS 7.5 and Tomcat Setup: Error 500.19

I am setting up a 64-bit IIS 7.5 / Tomcat 7.0.26 server and I have received the following errors when I navigate to http://localhost - Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related…
OrangeGrover
  • 585
  • 3
  • 10
  • 24
2
votes
2 answers

ISAPI filter with LDAP over SSL only works as administrator

I have created an ISAPI filter for IIS 6.0 that tries to authenticate against Active directory using LDAP. The filter works fine when authenticating regularly over port 389, but when I try to use SSL, I always get the 0x51 Server Down error at the…
Zac
  • 123
  • 1
  • 4
2
votes
0 answers

Slow Connection to SQL Server using OleDB

I have a web application using an ISAPI filter (written in c\c++) and OleDB to connect to a SQL Server 2008. The application works fine on a certain number of Windows Server 2008 R2. Recently I found another server, also Windows 2008 R2, where…
Stefano
  • 125
  • 1
  • 7
2
votes
2 answers

Tomcat IIS 7 Integration gives 503 errors on all requests

After many attempts to install Tomcat on IIS 7, I finally managed to get it working. At least I think so :-S. I finally got the 500 errors away, by setting the correct permissions. The only thing that doesn't work is ... serving stuff: neither…
friedkiwi
  • 282
  • 3
  • 14
2
votes
1 answer

Is it always necessary to restart IIS after installing an ISAPI filter?

Is it necessary to restart IIS when installing a new ISAPI filter? Always? Sometimes? When? I'd appreciate documentation links, if you have 'em. Thanks.
Cheeso
  • 572
  • 3
  • 17
1
2 3 4