[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Chilisoft AdRotator Question
- Subject: [cobalt-users] Chilisoft AdRotator Question
- From: "Chris Broomall" <cbroomall@xxxxxxxxxxxxxx>
- Date: Mon Mar 11 04:41:23 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
While I recognize this is not a Chilisoft forum, my guess is that some of
you have experience with ASP and may be of some assistance. Recently I tried
to use the AdRotator component on my Cobalt RaQ 4r without success. The
following error msg displays when one accesses the page:
MSWC.AdRotator.1 error '80004005'
ERROR Unknown header name
/test.asp, line 10
If you wish, you can see this for yourself at http://216.7.71.45/test.asp
The following is the code used on Scheduler File and ASP Page
test.asp
<html>
<head>
<title>Untitled Document</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<%
Dim myBanners
Set myBanners=Server.CreateObject("MSWC.AdRotator")
response.write(myBanners.GetAdvertisement("facts.txt"))
%>
</body>
</html>
facts.txt
Height 179
Width 300
Border 0
*
images/subpage/fast_facts/attainment.jpg
-
Frankfort's Fast Facts
1
images/subpage/fast_facts/business_cost.jpg
-
Frankfort's Fast Facts
1
I know the code is correct since it runs fine on an IIS test machine. My
suspicion is that it has to do with the MIME's on the apache webserver or
something along those lines. Thanks for your assistance.
Best regards,
Chris J Broomall
cbroomall@xxxxxxxxxxxxxx