As the author of that ISAPI filter, I can try to help you to get it running. Feel free to email me directly.
First things to check: * Make sure you've installed OpenSSL (because the CAS ISAPI filter requires the OpenSSL DLL to be available) * Make sure you copied casConfig.xml into your IIS "Scripts" folder * Make sure that the <Log> settings in casConfig.xml are correct and that the folder/file is writable by the user under which IIS is running. Note that the example casConfig.xml file is bad because it uses forward slashes for the log file, which I don't think will work with IIS... I'll have to fix that example. :-) * Set the log level to DEBUG * Once the log file is being created, it is much easier to find further problems, because the debug log is pretty verbose. Nathan Kopp Applications Strategist Information Technology Group Campus Crusade for Christ, Int'l 407-826-2939 Office | 407-484-8485 Mobile | 407-826-2968 Fax -----Original Message----- From: Travis Lee [mailto:[email protected]] Sent: Wednesday, December 09, 2009 11:25 PM To: [email protected] Subject: RE: [cas-user] CAS ISAPI Filter I haven't gotten it to work so far. It doesn't even seem like its getting loaded. -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: Wednesday, December 09, 2009 1:00 PM To: [email protected] Subject: Re: [cas-user] CAS ISAPI Filter > Does anyone have a CAS ISAPI filter that works with Windows Server 2008 R2? Have you tried http://www.ja-sig.org/wiki/display/CASC/ISAPI+Filter? M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
