China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:31:16 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:31:10 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:38:48 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:38:42 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
wild card ISAPI extension issue
Fri, 17 Mar 2006 17:03:34 -0500
I remember I read an article saying that wild card ISAPI extension can check
the request and then pass the request to its original extension.
However, I tried it and found that wild card ISAPI extension can pass the
request to its original extension. Any trick there?
FYI, I build the extension using MFC and VS ...
|
long running process in ASP.NET page
Fri, 17 Mar 2006 12:38:30 -0800
The situation I have is that I have a long running process (that takes 15 min
to process) kicked off from an ASP.NET page. I launch a thread and kick of
the process and return instantly. I store information about the thread in
the session variable, which allows the user to login later and see what the
st ...
|
How does IIS decide to close client connections
16 Mar 2006 11:27:09 -0800
Hello all,
I am trying to build a reverse proxy like functionality in a ISAPI
extension. The extension has been written using VC++. The extension
fetches the data from the back end web server and writes to the client
using pECB->WriteClient(pECB->ConnID, szBuf, &len, NULL);
It works fine most of the cases ...
|
|
|
Trouble accessing log file from GetExtensionVersion
15 Mar 2006 11:54:05 -0800
Hello all,
I have an ISAPI extension running on IIS/5.1 Win XP Pro. The first line
in the GetExtensionVersion logs to a file. Though the method is being
executed, nothing is getting logged to the file. Logging the
WSAGetLastError seems pointless as that would again require a file to
be opened. I would appre ...
|
ISAPI Filter DLL - OnUrlMap is called multiple times
Sat, 11 Mar 2006 09:24:26 -0800
Hi everyone,
I wrote a ISAPI filter DLL to process text/html content. Whenever there's a
request for a .php file, the OnUrlMap gets called 3 times whereas .html or
..asp files causes the right behaviour in Filter (i.e. - OnUrlMap gets called
once only). How do I get rid off this problem? Below is the exce ...
|
CustomAuth problems, results from AuthDiag
Fri, 10 Mar 2006 15:11:28 -0800
I am having trouble with authentication using a filter loosely based on the
CustomAuth example. I suspect the problem is valid username, but unknown
domain, but I'm pretty green in this area. Here's my suspect report from
AuthDiag:
<AuthMonRow Number="11" tid="0x7a0" Date="03/10/2006 17:17:35.533"
Name= ...
|