How can I know the client IE is closed in ISAPI Extension DLL or CGI applicaiton?
Wed, 28 Sep 2005 15:56:38 +0800
In IE, a ActiveX Control get continus video stream from my IIS Web program;
I write this both in CGI(C++) and ISAPI Extension Dll, but I can't get any
message or notify event when the IE is closed.
...
|
Log File
Mon, 26 Sep 2005 20:07:01 -0700
Hi,
I need some help!
I have a situtation where I am using a hardware web load balancing device
(Netscaler) that changes the IP address that the client HTTP request appears
to come from. It also adds an HTTP header to the request (X-Client-IP) that
contains the "real" IP addres that the client HTTP req ...
|
Writing to disk from within ISAPI server extension returns HTTP 500
22 Sep 2005 15:13:04 -0700
Hello,
I'd appreciate any suggestions to the following problem.
I'm using the MFC CFile class to create a javascript file on the fly
from within an ISAPI server extension on Server 2003 Web Server SP1.
Everything works fine (and has for > 1 year) when I compile the project
from within Visual C++ 6 but as ...
|
Unicode characters in POSTed form
Thu, 22 Sep 2005 09:43:04 -0700
I'm having problems getting Unicode input from a HTML form to my ISAPI
extension. I have set the encoding type to UTF-8 in the HTML document, and I
call MultiByteToWideChar with CP_UTF8 as the first parameter in my extension
DLL.
Most characters come through OK, but some are not being translated
correct ...
|
Advanced Use of Indexing Service
Wed, 21 Sep 2005 10:31:49 +0300
I'm not sure if there is a better group for asking detailed information
about Indexing Service. Hopefully some can help me or direct me to a better
group.
QUESTION: Is it possible to use the Indexing Service core to index whatever
data you can provide for it and to perform searches in your data? I know
...
|
How to replace DLL in URL address bar with HTML file?
Tue, 20 Sep 2005 20:26:47 -0400
Hello,
I'm using IIS version 6.0 with ISAPI extensions DLLs.
When I'm using my html web pages, the URL address in the URL address bar
appears as a DLL path, for example: http://localhost/Login/login.dll.
This is the correct path for the login.dll that is being executed and this
login.dll is using a l ...
|
Kernel Caching Weirdness
Tue, 20 Sep 2005 01:07:48 -0700
With the help of Anil at PDC I managed to get Kernel Caching going in my
ISAPI extension, locally on my test server running on my laptop. Caching's
working just fine with code and explanation I posted here:
http://west-wind.com/weblog/posts/3042.aspx
I posted this because there are no docs for this stu ...
|
|
|
How does HSE_REQ_EXECUTE_CHILD differ from HSE_REQ_EXEC_URL
Mon, 19 Sep 2005 06:46:17 -0700
Its my understanding on ii6 HSE_REQ_EXEC_URL can do the same thing as a url
rewrite from inside a filter, but only to a page in the same app pool. How
does HSE_REQ_EXECUTE_CHILD differ. Since I need to provide backwards
compatibility in IIS5 for a product, an extension may have to do a url
rewrite. Is this ...
|
implementing server push using ISAPI
18 Sep 2005 20:04:21 -0700
Hi All,
I am quite new to this web development. we have an existing software
that asynchronously listens for alarms/SNMP traps from a client side
DLL. But the problem is this doesnt happen over HTTP. I opens up a
normal TCP socket and registers with the server. We are having problem
when accessing this appl ...
|
will using all isapi filter threads cause "server too busy"
Fri, 16 Sep 2005 12:35:04 -0700
If (purely hypothetical) I have a filter that happens to block all of the 255
or so threads available to it, will IIS continue to queue requests up as it
is configured in the application properties?
Thanks!
...
|