We recently updated our
Terms and Conditions for TechRepublic Premium.
By clicking continue, you agree to these updated terms.
Welcome back!
Invalid email/username and password combination supplied.
Reset password
An email has been sent to you with instructions on how to reset your password.
Welcome to TechRepublic!
Username must be unique. Password must be a minimum of 6 characters and have any 3 of the 4 items: a number (0 through 9), a special character (such as !, $, #, %), an uppercase character (A through Z) or a lowercase (a through z) character (no spaces).
I got some problems when I installed
ISAPI filter on windows 2000, it seems that
the Exchange2003 ‘s Logon filter (OWA form logging) not so friend to my filter.
If my filter launched, clients can not login.
(http 500 error).
If clients can login, my filter functions not
work (Notifications I registered never wake up
my filter).
It’s very odd, I have to reboot IIS admin or
Information store service even if I removed my
filter.
By the way, I tested Titanium with windows2003 server, very well.
As on windows2003 (IIS6.0) uses different worker processes to contain different filter, it runs
smoothly.
I guess, OWA logon ISAPI dll has some bugs.
Because it share the process (inetinfo.exe) with
my filter.