==============XMLFile1.xml=====================
<?xml version="1.0" encoding="utf-8" ?>
<Advertisements xmlns="http://schemas.microsoft.com/AspNet/AdRotator-Schedule-File">
<Ad >
<ImageUrl >1.gif</ImageUrl>
<Keyword >链接到新浪,新浪,新浪网,广告,广告条</Keyword>
<NavigateUrl >http://www.sina.com.cn</NavigateUrl>
<Impressions>2</Impressions>
</Ad>
<Ad >
<ImageUrl >2.jpg</ImageUrl>
<Keyword >链接到搜狐网,广告,新闻,购物,娱乐</Keyword>
<NavigateUrl >http://www.sohu.com</NavigateUrl>
<Impressions>2</Impressions>
</Ad>
<Ad >
<ImageUrl >2.jpg</ImageUrl>
<Keyword >链接到网易,大话西游,在线游戏,社区,新闻,同城约会</Keyword>
<NavigateUrl >http://www.163.com</NavigateUrl>
<AlternateText>广</AlternateText>
<Impressions>2</Impressions>
</Ad>
<Ad >
<ImageUrl >1.jpg</ImageUrl>
<Keyword >12</Keyword>
<NavigateUrl >http://www.163.com</NavigateUrl>
<AlternateText>广告</AlternateText>
<Impressions>2</Impressions>
</Ad>
</Advertisements>
============================。net===========================
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Cnet.WebForm1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:AdRotator ID="AdRotator1" runat="server" AdvertisementFile="XMLFile1.xml" Width="1004" Height="300" />
</div>
</form>
</body>
</html>