IIS 6 health pings and ISAPI filters
Mon, 28 Apr 2008 13:58:00 -0700
Hi...
I've been googling around for the last hour or so trying to figure out how
to get an ISAPI filter exercised by a health ping request. I've seen a few
docs referring to HSE_REQ_REPORT_UNHEALTHY that you can use with
ServerSupportFunction on an ISAPI extension and allusions that you get the
opportuni ...
|
Filter to Redirect URL Address
Mon, 21 Apr 2008 13:29:19 +0700
Hi,
I have a requirement to detect this kind of request :
http://rootsite/XYZ/aaa/bbb/c.xls
and replace it with
http://rootsite/JKL/aaa/bbb/c.xls
so i need to detect a part of the url and change it into something else.
Can this be accomplished using ISAPI filters?
If yes, how would I start?
thanks' ...
|
Database connection
Tue, 15 Apr 2008 20:37:00 -0700
Hi,
I have been trying to figure this out without any success :( Please help...
I have been trying to establish a connection with the SQL server 2005
Express database on my server through an ISAPI dll.
Now if I use the same code and put it in a Windows desktop connection and
put it on the server and run it ...
|
ISAPI extension upload files > 65MB fails
Tue, 15 Apr 2008 15:03:58 +0100
Hi,
i have written a web app using ATL server, it has file upload that is
working great on the test machine which is vista with IIS7, but it doesnt
uplad files larger than about 65MB on the production or any windows 2003
server with IIS6, note that i have asp.net applications running on that 2k3
server that ar ...
|
in isapi filters allowing php slash argument?
Fri, 11 Apr 2008 10:24:00 -0700
Hi
we are using php with iis settings and there is a problem in allowing slash
argument in IIS in (for PHP Apache is allowingslash argument) i studied about
isapi rewrite.dll and httpd.ini but it didnt worked. we are using IIS 5.1 in
windows XP and also we enabled a directory browsing for the virtual
dire ...
|
Very Wierd...I'm at my wits end...
Tue, 1 Apr 2008 08:49:42 -0700 (PDT)
All,
We have a custom ISAPI Filter running on IIS 6 (not in IIS 5 isolation
mode), WIN 2K3 SP1. There are 4 servers in our infrastructure. Each
server hosts many websites, and are clustered. The ISAPI filter is
applied at the website level (not global) on some of the websites on
each server. On 3 of the 4 ...
|
IIS with HTTP/1.0
Wed, 12 Mar 2008 16:42:40 -0700 (PDT)
Hi All:
I have a server running with IIS and Tomcat. The application runs fine
from IE browser. However when I send a GET command with the uri
embedded in the string (HTTP/1.0), IIS doesn't send the request to
Tomcat and sends back a 404 error.
I have the same application working in another server with Apache a ...
|
|
|
x64 ISAPI dev and deployment
Thu, 6 Mar 2008 14:39:00 -0800
Hi...
I've got some ISAPI filters that I built on one x64 box that work just fine
on the box where they were built, but when they are copied to another x64
box, IIS throws a very obtuse error message "The data is the error." Kinda
like "The medium is the message" I guess.
Anyway, both boxes are W 2003 x ...
|
Visual Studio 2005 <---> IIS 7.0+WebDAV For Visual SourceSafe Access
Thu, 6 Mar 2008 14:13:52 -0800 (PST)
Hi All,
I had a kludge where Visual Studio 2005 running on a client computer
could access a Visual Source Safe 2005 running on Windows Server 2003
running inside a VM on a server computer. It worked for months until
the hard disk on my server crashed.
The reason I had the kludge in the first place (apart f ...
|
Runtime Drawing an image on the browser
Tue, 26 Feb 2008 13:36:09 -0800
Hello All,
How can I draw an image on the browser during runtime (like I would use a DC
in a desktop application?)
I would be wanting to use the Visual C++ ISAPI dlls for this purpose.
Has anyone donethis?Please help. If possible could you show a code snippet?
Thanks you so very much
Srishti ...
|