The following is the asp file
<html>
<head><title>hi</title></head>
<body>
<%
Set myad=Server.CreateObject("MSWC.ContentRotator")
myad.ChooseContent("Cont.txt")
response.write(myad.ChooseContent("Cont.txt"))

%>
</body>
</html>

and the following is the cont.txt file

hello
this is a sample content rotator

Following is the error output


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/asp/EC990843/sri1.asp, line 5

Invalid class string

Please help me


with regards,
anand


please reply to [email protected]