AdRotator GetAdvertisement

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jase T. Wolfe (Jase_T_Wolfe_at_Dx21.com)
Date: 11/11/04

  • Next message: Egbert Nierop \(MVP for IIS\): "Re: Use the Response object instead of IScriptingContext?"
    Date: Thu, 11 Nov 2004 09:42:18 -0800
    
    

    On IIS 6, I have a simple ASP page which consists of the following:

            Set objAR = CreateObject("MSWC.AdRotator")
            
            objAR.Border = 3
            objAR.Clickable = True
            objAR.TargetFrame = "_blank"
            
            objAR.GetAdvertisement("/AR/ARData.txt")

    No issues until the GetAdvertisement method is called then the following
    error:

     
    Object doesn't support this property or method: 'GetAdvertisement'

    Ideas? - Thanks


  • Next message: Egbert Nierop \(MVP for IIS\): "Re: Use the Response object instead of IScriptingContext?"