Server.CreateObject(“MSWC.ContentRotator”) error 'ASP 0177 : 800401f3'
问题 I'm migrating a classic asp website from iis6 (Windows Server 2003) to iis7.5 (Windows Server 2008 R2). It uses the content rotator. The schedule is tight so I would prefer not to replace the content rotator at this time. I copied adrot.dll to the new server and successfully registered it with regsvr32. Dependency Walker did not identify any issues with adrot.dll. Any idea what is causing the error? line causing error: Set objContentRotator = Server.CreateObject("MSWC.ContentRotator") error