|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IIS 6 fails to start with cosign.dll
Glad that it's working! If this should happen again one thing to
check is whether the MSXML 4.0 dll is registered. How to register msxml
4.0:
1) Open a command prompt
2) cd to Windows\system32
3) run the command regsvr32 msxml4.dll
You will see a dialog box proclaiming it succeeded or, if it's not there,
that the dll is missing. After registering msxml4, perform an IIS restart
and see if the filter loads.
--Jarod
On Fri, 15 Jul 2005, Phil Pishioneri wrote:
On 7/15/05 11:08 AM, Phil Pishioneri wrote:
One specific machine, happens everytime IIS 6 tries to start. Remove the
Cosign ISAPI filter, IIS starts up. Try another ISAPI filter (just to see
if there was a general ISAPI problem), IIS starts up.
With an uninstall/install of the CoSign filter and associated steps, it's
working now. I'm guessing some permissions weren't quite right, but that's
just a guess.
-Phil
|