ISAPI / IE timing out after 4m:20s how to stop?
Wed, 7 Dec 2005 21:50:03 -0400
I have a function started via a web form in an ISAPI that processes numerous
files, while outputting info back to the client as it proceeds. The process
takes about 10 minutes. The problem is, at about 4m:20s, it either restarts
or just stops. More info... Note: I'm connecting to the ISAPI running on
Windows ...
|
XP search does not work
Wed, 7 Dec 2005 13:06:02 -0800
Hi,
I have Windows XP with Windows XP Service Pack 2. The search on "A word or
Phase in the file" doesn't work properly. I did some research and understood
how search on XP works differently than Win2000.
I went through the link
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q309173
to follow ...
|
Simple example: Add request header via ISAPI filter
6 Dec 2005 10:50:24 -0800
I'm looking for a C++ code snippet that adds a request header from an
ISAPI filter. Currently, I have ISAPI filter source that provides
custom LDAP authentication... Once authenticated, I need to write the
authenticated user id to a request header so that it is accessible to
an ASP.Net program via Request.Se ...
|
correct place to free resources in filters
Wed, 30 Nov 2005 15:39:09 -0600
I've changed an isapi filter from using isapi allocated blocks to using
preallocated blocks and then re-using them. I'm using these blocks to
serve as the pFilterContext for the request. Recently, I have seen bugs in
strange scenarios in which the contents of the context are zeroed, which is
a part of m ...
|
[Spl Attn: David Wang] Converting an ISAPI Filter into an ISAPI Extension
30 Nov 2005 03:29:08 -0800
Hi,
I'm converting a MFC based ISAPI Filter that registers for
SF_NOTIFY_READ_RAW_DATA into an ISAPI Extension to be able to run in
IIS 6.0 worker process isolation mode.
As per the KB and other articles I understand that I need to use
HSE_REQ_EXEC_URL and make the Extension wildcard application mapped.
...
|
writeclient failed with 00002746.
Tue, 29 Nov 2005 14:18:06 -0800
I'm fronting Tomcat with IIS using an ISAPI filter (Jakarta Tomcat Connector
version 1.2.14).
I've got this configuration working just fine on Windows XP (both sp1 and
sp2) running IIS 5. But I can't seem to sucessfully configure Windows Server
2003 running IIS 6 to do the same thing.
I'm guessing ther ...
|
MS Indexing service question
Tue, 29 Nov 2005 09:55:05 -0800
Hi,
We have MS Indexing Service (Not sure about version) running on both Windows
2000 server (stage) and Windows 2003 server (production). Both servers have
the same configuration settings in terms of the catalog creation except the
path. The catalog on both servers points to the directory that contains t ...
|
|
|
Debugging ISAPI filters on 64-bit IIS6
28 Nov 2005 11:22:09 -0800
I'm porting an ISAPI filter from 32-bit to 64-bit on IIS6 and am
crashing when the filter is loading (somewhere in my code - it
successfully logs a message to the event log before the crash).
I've tried running "w3wp.exe -debug" using ntsd and windbg (don't have
VS installed on the target machine), but when ...
|
Permissions for ISAPI extensions
Sat, 26 Nov 2005 01:47:56 GMT
I'm confused how user rights are utilized in an ISAPI extension. This
applies to Windows Server 2003 and IIS 6.0.
I understand that the ISAPI extension is run under the IUSR_ account. I also
fully understand that I can change the process identity for the application
pool to Local System, and after calling ...
|
Are request serialized within a connection for ISAPI filters
25 Nov 2005 11:38:46 -0800
If an ISAPI filter catches PREPROC_HEADERS and SEND_RAW_DATA
notifications, is it safe to assume that the SEND_RAW_DATA
notifications for one request won't be mixed in with SEND_RAW_DATA
notifications for another request issued asynchronously?
...
|