IIS6 filter in separate process?
9 Jun 2006 10:48:54 -0700
In IIS6, is there a way to have a top-level filter run in a process
space separate from each website's process space? Under IIS5, our
filter has been used to store a large data cache to reduce the number
of round trips to our database. Now, in IIS6, this large data cache is
unfortunately duplicated in every ...
|
ISAPI Extension calling managed code
Wed, 7 Jun 2006 17:04:11 -0400
Hi,
I have been wrestling with this for some time now and am not finding the
solution for ISAPIs. I've seen articles that address DllMain to prevent
locking but with ISAPI, things at this point simply fault.
Attached is a very simple ISAPI Extension (MixedIsapi.dll derived from
Wade's HelloIsapi.dll in ...
|
Great time in France
Wed, 7 Jun 2006 15:29:32 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
Project List
Tue, 6 Jun 2006 23:30:24 -0500
Don:
I knocked out a quick class to convert a Queue of projects to xml file and
xml file to queue of projects.
If you could:
1. Update phdwin source to get a slightly improved version of xmldomcl.
2. Add PrjLstCl to rms.
3. In the code where you add, update, or delete from the project list, add a
select ...
|
multiple loading of ISAPI.dll? Please help
5 Jun 2006 15:47:34 -0700
Hallo everyone,
I have used ATL server and I have a problem with multiple
Valdate&Exchange execution upon only one request for server file ,what
causes an error in inetinfo.exe
(Unhandled exception at 0x7c901230 in inetinfo.exe: User breakpoint)
I have debugged the application and at some point of the valida ...
|
HSE_REQ_VECTOR_SEND -- Buffer Alignment
Sun, 4 Jun 2006 19:18:04 +0100
Is there any advantage to aligning the buffers pasted into
HSE_REQ_VECTOR_SEND on cache line boundaries, etc.?
Ian
...
|
Updating the Header in Wildcard Extension
29 May 2006 07:19:58 -0700
Hi,
I want to update the header with no luck. I tried to update
ExecUrlInfo.pszChildHeaders with the old value + new one as listed.
When looking at the header in the SF_NOTIFY_LOG of the filter it is not
there. However, data that was added to the header in the
SF_NOTIFY_PREPROC_HEADERS using AddHeader is ther ...
|
|
|
Help finding the right ISAPI filter...
28 May 2006 22:09:42 -0700
I'm running IIS/Win2k and am looking for an ISAPI filter that will let
me not only block external image-linking, but log where the request is
coming from as well. I know this is more of a developer forum but I've
been looking everywhere with no results. Any help would be
appreciated, as I'm considering tryin ...
|
Earn up to 1000 $ per month only for reading your Mails!!!!!!!!
Tue, 23 May 2006 16:07:47 +0200
...
|
Modifying ACLs for IISFilter key in the metabase
19 May 2006 14:32:55 -0700
Hello,
I have created an ISAPI filter DLL and I am installing it
using a script. The portion that installs the filter is the standard js
which looks something like this:
Note that the "siteFilters" is a filter node obtained previously
// Add the filter
var myFilter = siteFilters.Cre ...
|