I am first time working with ASP components.. I created 2 files.. 1 txt which has following code:
REDIRECT redir.asp width 420 height 50 border 0 * homeloan.gif http://www.paisavasoolbank.com All Kinds of Home Loans 70 hawai.gif http://www.hotelhawai.com Visit Hotel Hawai 30
and the second ASP file with following code:
<html>
<head>
</head>
<body>
<%
Set myad= Server.CreateObject("MSWC.AdRotator")
Response.Write(myad.GetAdvertisement("adrotator.txt"))
%>
</body>
</html>
Execution of ASP file resulted in following error:
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /MyWeb/choicenext.asp, line 7 800401f3
I have no idea what is this as am new to this concept.