Okay, I'm stumped. I've read all the posts and still can't figure it out. I'm using .NET to get my ads up and running. Here is what I've done: 1. When trying to validate my site I get : Site failed automatic validation as of 2005-02-01 (make sure URL and site type is correct - if everything is correct, make a request in the forum for assistance). 2. The url I have setup in my account is: http://www.paydayloanresource.com/Coopad/ 3. When my page runs, I get get ad_network.php file needs updating 4. The page with my Digital Point code is at: http://www.paydayloanresource.com/Coopad/index.aspx. 5. I'm using the following C# code on my webpage: string[] _section = new string[4] ; _section = Coop.Ads("www.paydayloanresource.com/Coopad", "link", "ad_network_ads.txt"); Label1.Text = _section[0]; Label2.Text = _section[1]; Label3.Text = _section[2]; Label4.Text = _section[3]; Label1.Text = _section[4]; 6. I have cut and pasted the code to the ad_network.php and verified my site does run PHP pages. 7. I have verfied my ad_network_ads.txt file is writable. Any help would be appreciated. Eric FYI: This is just my initial setup page, once I get it working I wish to add to all my pages.
That error doesn't make a lot of sense. Shawn - is this just a C# / VB conflict within .NET? My programming years are behind me. Cygnus