使用adrotator显示广告时出错

时间:2010-09-16 11:52:39

标签: xml

我有AdRotator控件在我的网站中显示一些横幅,但是我收到了一个错误(找不到AdvertisementFile)。我检查了我的代码,发现一切都应该如此。请任何人帮助我。

       图片/ ad_1.jpg是合法的     http://toshiba.elarabygroup.com/Category.aspx?cid=25               80     

    图片/ Ad_2.jpg     http://toshiba.elarabygroup.com/Category.aspx?cid=27               80        

    图片/ Ad_3.jpg     http://sharp.elarabygroup.com/ac/index.aspx               80        

    图片/ Ad_4.jpg     http://sharp.elarabygroup.com/ha/ListView.aspx?Category_Id=67               80        

    图片/ Ad_5.jpg     http://sharp.elarabygroup.com/ha/ListView.aspx?Category_Id=67               80        

    图片/ Ad_6.jpg     http://sharp.elarabygroup.com/ha/ListView.aspx?ProductCategory_Id=24               80        

    图片/ Ad_7.jpg                    80        

    图片/ Ad_8.jpg     http://sharp.elarabygroup.com/avs/Display.aspx?catID=38& amp catName = X-Slim& amp selSub = 38               80        

    图片/ Ad_9.jpg     http://toshiba.elarabygroup.com/Category.aspx?cid=19               80        

    图片/ Ad_10.jpg     http://sharp.elarabygroup.com/ac/ACProductList.aspx?Id=3               80        

    图片/ Ad_11.jpg     http://toshiba.elarabygroup.com/Category.aspx?cid=22               80        

1 个答案:

答案 0 :(得分:0)

您必须以

的方式创建XML文件
<Advertisements>
 <Ad>
<ImageUrl>~/Images/image1.jpg</ImageUrl>
<height>60</height>
<width>190</width>
<NavigateUrl>http://www.microsoft.com</NavigateUrl>
  <AlternateText>Microsoft Main Site</AlternateText>
  <Impressions>80</Impressions>
  <Keyword>Topic1</Keyword>
  </Ad>
  <Ad>
  <ImageUrl>~/Images/image2.jpg</ImageUrl>
<height>90</height>
<width>90</width>
    <NavigateUrl>http://www.wingtiptoys.com</NavigateUrl>
  <AlternateText>Wingtip Toys</AlternateText>
  <Impressions>80</Impressions>
  <Keyword>Topic2</Keyword>
</Ad>
 </Advertisements>