Yes Im using the the aspx file in the test directory of XSP installation. But I have modified the XML file - web_adrotator.xml - to include another AD. The following is my modified web_adrotator.xml file:
------------------------------------------------------------------ <Advertisements> <Ad> <AlternateText>Dancing Monkey</AlternateText> <ImageUrl>http://www.ximian.com/images/index/button-top.gif</ImageUrl> <NavigateUrl>http://www.ximian.com</NavigateUrl> </Ad> <Ad> <AlternateText>PCQuest</AlternateText> <ImageUrl>http://www.pcquest.com/images/pcq_logo.gif</ImageUrl> <NavigateUrl>http://www.pcquest.com</NavigateUrl> </Ad> </Advertisements> --------------------------------------------------------------------------- And this file along with web_adrotator.aspx file (which invokes the adrotator component) work perfect on Windows (IIS + MS .Net Framework). ----- Original Message ----- From: "Gonzalo Paniagua Javier" <[EMAIL PROTECTED]> To: "Miguel de Icaza" <[EMAIL PROTECTED]> Cc: "Shekhar Govindarajan" <[EMAIL PROTECTED]>; "Monkey Business" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:05 AM Subject: Re: [Mono-list] Re: adrotator works ? > El jue, 05 de 06 de 2003 a las 04:28, Miguel de Icaza escribi�: > > Hello, > > > > > > > But the Dancing Money ad is always shown even after subsequent page > > > refreshes. That is, the adrotator component displays the same ad again > > > and again. > > > > It is possible that there is a bug. Please file a bug report in > > bugzilla.ximian.com > > > > > Has anyone seen the mono's adrotator working properly ? Or can someone > > > confirm that there is some problem with the component ? > > Does that happen with the test in xsp module? If so, it's ok, because > the dancing monley is the only ad in there. > > -Gonzalo > > > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
