New Server Control for ASP.NET

Discussion in 'Co-op Advertising Network' started by slightly, May 26, 2005.

  1. #1
    Just wanted to drop a quick note in here letting people know that I've written a new ASP.NET server control for the Co-op Ad Network. I played around with the existing .NET port (coopad.dll) and found it to be buggy, out of date, and generally not as complete as the current PHP version.

    This new server control is ridiculously easy to use. No code-behind is required, unless you want to set some advanced settings.

    Here is a sample of an aspx page using the control:

    <%@ Register TagPrefix="can" Namespace="Oxford.CoopAdNetwork" Assembly="Oxford.CoopAdNetwork" %>
    
    <can:AdSpace Runat="Server" AdFilePath="~/ad_network.xml" />
    Code (markup):
    More info can be found here: http://blog.blogspot.com/2005/05/new-co-op-ad-network-aspnet-server.html

    Cheers,

    Bobby D
     
    slightly, May 26, 2005 IP
    Spyral likes this.
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    If you absolutely cannot use PHP, and must use an ASP variant, this is the one you probably should use. I annoyed the crap out of Bobby while he was doing it to make sure everything works well. :)
     
    digitalpoint, May 26, 2005 IP
  3. slightly

    slightly Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  4. mopacfan

    mopacfan Peon

    Messages:
    3,273
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure wish there was an "official unofficial version" in just asp 3.0.... (sigh)
     
    mopacfan, Jun 27, 2005 IP
  5. zguoqi

    zguoqi Well-Known Member

    Messages:
    140
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #5
    those links seems not working any more?? any one got a working fine asp.net version??
     
    zguoqi, Jul 9, 2005 IP
  6. slightly

    slightly Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Server had a hiccup. Up and working now.

    Cheers
     
    slightly, Jul 9, 2005 IP
  7. zguoqi

    zguoqi Well-Known Member

    Messages:
    140
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #7
    how about you the source code of that .dll file?
     
    zguoqi, Jul 9, 2005 IP
  8. slightly

    slightly Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yeah, that's cool. I'll post the source on my site in a few days. I'm pretty slammed with a project right now, but I'll try to get it up by midweek.

    Cheers
     
    slightly, Jul 9, 2005 IP
  9. zguoqi

    zguoqi Well-Known Member

    Messages:
    140
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #9
    ja, right, I hope it will be working. As I can see, the demo on your site is even not working. It is not working on my project neither....

    Trying to find a working version.
     
    zguoqi, Jul 9, 2005 IP
  10. jorge

    jorge Peon

    Messages:
    202
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    it didn't worked for me either... this one worked for me in asp.net
     
    jorge, Jul 19, 2005 IP
  11. slightly

    slightly Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    slightly, Jul 20, 2005 IP
  12. Tong Maze

    Tong Maze Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Is there a way to set static mode of showing link ads using your control?
     
    Tong Maze, Sep 15, 2005 IP
  13. Protoss

    Protoss I paid $25 for this title

    Messages:
    82
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Did anyone else using this control suddenly start getting the message "Error retrieving ad" over the weekend?
     
    Protoss, Nov 28, 2005 IP
  14. slightly

    slightly Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Try deleting your .xml files.
     
    slightly, Nov 28, 2005 IP
  15. Protoss

    Protoss I paid $25 for this title

    Messages:
    82
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I've deleted the XML file, but still no go. What's odd is that this behavior started occurring this weekend on all my websites using the coop on 2 different, separate servers. I had this set up and working like a champ for months now without a hitch. Such an easy setup on this one too :) (kudos to the developer). Just to rule out some sort of IP address related problem, I also tested out the code on a completely different IP block, but still no dice.
     
    Protoss, Nov 28, 2005 IP
  16. Protoss

    Protoss I paid $25 for this title

    Messages:
    82
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Ahhh, upon tracert from both servers, it seems as though there's a network problem halfway between the node that contains our servers and DP on the 18th hop. Typical end-user here, blaming the software before the hardware ;)

    Edit: Well now, that doesn't seem to be it either. Even though it times out in tracert I can still bring up ads.digitalpoint.com via browser on the same machine. Is it possible that I've been banned for some reason? Are banned people usually contacted?
     
    Protoss, Nov 28, 2005 IP
  17. slightly

    slightly Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Hmmm, that's weird. Wonder why the tracert would timeout. Thanks for the compliments on the control - simplicity is bliss. Stupid question, but what does it tell you when you log in to view your stats for the ad network? Do your ads appear to be live?
     
    slightly, Nov 28, 2005 IP
  18. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #18
    What's your site(s)? I can check to see if the system blocked the IP due to excessive requests for new ads.
     
    digitalpoint, Nov 28, 2005 IP
  19. Protoss

    Protoss I paid $25 for this title

    Messages:
    82
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #19
    http://www.mysite.com @ 127.0.0.1

    Many thanks for your time!


    Edit = edited to avoid bringing undue attention to our site(s) :)
     
    Protoss, Nov 28, 2005 IP
  20. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #20
    Nope... not blocked on this end.
     
    digitalpoint, Nov 28, 2005 IP