Alternative for the ContentRotator component in ASP?

windows

Guest
Hi All,

Till now I was using AdRotator component. I didnt get any error. I have changed it to use the ContentRotator component. The two line of my code which is generating the error is provided below:

Set MyAdvtScr=Server.CreateObject("MSWC.ContentRotator")
Note: This is the line 4 mentioned in the error message.
Response.Write(MyAdvtScr.ChooseContent("AdList.txt"))

The error that I receive is:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/main.asp, line 4

Invalid class string

When I ask my service provider they told, for security reasons, they have removed scripting.filesystem object.

Can anybody give alternative for the ContentRotator component?Good only do it yourself in this case. Apparently the server does not have it installed.
 
Back
Top