ISAPI filter win2k -> win2k3
From: Barry (no_one_at_home.net)
Date: 02/23/04
- Next message: Matt Stewart: "running an execuatble from a web page"
- Previous message: Lee: "Localhost and the Web"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 09:11:19 -0500
I have an isapi filter that basically takes the url that is passed into the
site, and passes it to an validation file to determine wheter or not a user
is logged into a system. Once we determine that a user is logged in in the
.asp page, we redirect them to where they were going. The isapi works fine
on a win 2k machine.
Now we are planning on moving to a win 2k3 machine, and I have not been able
to get the filter to work.
The filter is being placed in x:\inetpub\adminscripts\ , and whenever I try
to reach my destination web site, my filter isn't run. When I check the
ISAPI filter page for the web site, I see the status of my filter has the
red down arrow, priority unknown. When I check the event view for errors, I
see 2 errors
1 -"Could not load ISAPI filters for site/service" where source = W3SVC-WP
category=none event id=2268, the data is 7E
2- "The HTTP Filter DLL x:\inetpub\adminscripts\LoginFilter.dll failed to
load. The data is the error", source = W3SVC-WP, category=none, event ID =
2214, the data is 7E
I thought might be a permission thing to start out with, and gave what looks
like every built in system user permissions to the dir to no avail. Even
the group everyone has been give full permissions... ugh
Can anyone point me in the right direction here? Thanks for any info.
Barr
- Next message: Matt Stewart: "running an execuatble from a web page"
- Previous message: Lee: "Localhost and the Web"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|