Identify Static/Dynamic Pages
17 May 2006 05:41:15 -0700
Hi,
How is it possible to identify if the request is for static pages, i.e.
html or not ? I understand that in the IIS I can configure html files
to be handles by .net for example so the extension of the file in the
URL is not ok.
Thanks,
Gilad.
...
|
ISAPI DLL and Registry access.
Tue, 16 May 2006 12:57:03 -0700
We would like to access the registry with our ISAPI DLL. We are using IIS 5
The assuption is to give access to the IUSR_xxxxxxxx account permissions to
the registry correct?
As well we would like to connect to the database using our ISAPI DLL the
username and password are stored in char * pointers. When ...
|
SPNEGO though isapi filter?
Tue, 16 May 2006 10:28:01 -0700
Is it possible to implement SPNEGO through an isapi filter?
I believe with NTLM, the channel was required to remain open between the
second and third phase of the negotiation, so I dont believe an isapi filter
could handle it (or can it?). Im not sure if this has changed with SPNEGO, so
is it theoretically ...
|
ISAPI filter trouble
Fri, 12 May 2006 12:20:42 +0200
hi kind group,
I like ask you help about ISAPI filter development under IIS6.
I'm treating SEND_RAW_DATA stream.
Because the event is called many times I buffer all into a structure that
pass on filterContext.
How I can tell to IIS6 to not output the piece of stream outside because
I'm bufferin ...
|
isapi_redirect and its log level
12 May 2006 00:49:44 -0700
Who can explain to me the differences between the different log levels
of isapi_redirect ?
I can't find nothing about it on official web site and documentation.
The different log levels are :
- debug
- info
- error
- emerg
Thanks
...
|
HSE_REQ_EXEC_URL - upload stream
9 May 2006 14:16:24 -0700
Hi Group!
I'd love to get some help in writing a request stream reader in IIS6.
My goal is to measure the upload speed of certain requests, and to do
so I'd need to get events for every read chunk of the request.
In IIS5 we used SF_NOTIFY_READ_RAW_DATA, but this is currently
unsupported and I don't see how ...
|
Web filter
Thu, 4 May 2006 19:43:01 -0700
Is there any way that I can filter the web pages that a PC can have access
to, thus making a "web filter" from VC++ 6.0. What I want to do is a program
that serves as a Web filter, no matter which program the user operates in
order to do so (this is, the user can operate Internet Explorer, or other
browser ...
|
|
|
WSAECONNABORTED with WriteClient
Fri, 28 Apr 2006 08:36:02 -0700
Hi I sometimes get this error WSAECONNABORTED(10053) when I use
pECB->WriteClient
According to msdn:
An established connection was aborted by the software in your host computer,
possibly due to a data transmission time-out or protocol error.
What does this mean exactly? Is it the client computer that' ...
|
website start/stop notification
Mon, 24 Apr 2006 07:41:02 -0700
Hi,
How is it possible to be notified in a program about a start/stop of a
website ?
Thanks,
Gilad.
...
|
Install ISAPI wildcard script map
23 Apr 2006 03:52:03 -0700
Hi,
Is there a sample of how to install wildcard script map ? (set it to
allow in the web service extensions, add it to the wildcard application
map etc)
Thanks,
Gilad.
...
|