Write a News server.

  • Thread starter Thread starter TClancey
  • Start date Start date
T

TClancey

Hi all.

I'm a little fed up with having to run Outlook Express on all my clients for
News, Outlook just doesn't cut it either!

I want to write a server based app that will conect and sync, then write a
client that will connect to the central database.

Can anyone give me a starting point?

Cheers,
Tull.
 
Hi all.

I'm a little fed up with having to run Outlook Express on all my clients for
News, Outlook just doesn't cut it either!

I want to write a server based app that will conect and sync, then write a
client that will connect to the central database.

Can anyone give me a starting point?

First, you'll be using NNTP - Network News Transfer Protocol. Start
googling for NNTP and .NET (there's many free and commercial NNTP
libraries out there).

You should also familiarize yourself with the NNTP protocol
(http://www.faqs.org/rfcs/rfc977.html)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VB 2005 and Exchange Server 3
Datasets accross a network. 4
Memory leaks? 4
vb2005 and ce net 4.2 7
Should I write a service? 7
Sockets! 1
Client Server app using winsock 3
Web Server Read/Write 4

Back
Top