-
I am running IIS 5.0, and I am trying to use the Content Rotator:
set addRotator = server.createobject ("IISSample.ContentRotator")
response from server:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Please help ...
I have the DLL installed (it comes with IIS 5.0, so that's not the problem ...)
:-(
-
use this instead:
MSWC.ContentRotator
as your Prog ID
tom
-
Well, Now it is wotking, the problem is that what I thought that it would do is rotate the massages while the page is up (scrolling info), It just makes exactly what the Adrotator does ...
Is there any way in ASP to have something continually scrolling on the screen while the page is up (already loaded) ?