Here's a challenge, and one that'll be popular:

Update a windows DNS servers DNS records with a C# program.  No need to worry about incoming socket connections, that's beyond the scope.

Text box takes an IP#, a hostname (www.domainname.com) and an "Update" button.  When the button is pressed, the .com.domainname.www entries A record is updated with said IP#.

I found a way to do this in C, in a brute force way, but not in a clean way.   


Hopefully, any final product I can finish, I will post here.  This will allow my personal name server (win2003) act as a good public free dns host, using windows 2003.

My old setup used a linux box, which was a piece of cake....now I want to use MS Smiley