| Author |
How to connect the NNTP server with a SQL server backend?
|
|
|
| How can I connect NNTP servers in Windows 2003 with a SQL server backend?
Thanks,
J.S.
--
| |
|
|
|
| Thanks, Mark.
--
"Mark Carrington" <mark.carrington@mutantpenguin.co.uk> wrote in message
news:4317083e$0$29438$da0feed9@news.zen.co.uk...
>
> I do not believe this is possible with the Microsoft NNTP server. You can
> do this with our MPNews product at http://www.mutantpenguin.co.uk/mpnews/
>
> --
> Mark Carrington
>
> MPNews - newsgroup and web forum server for Windows
> http://www.mutantpenguin.co.uk/mpnews/
| |
|
| Mark,
Actually, I just wanted to create my own NNTP server as a way of learning
Visual Studio 2005 but I am just not sure where to start or which topics to
search for on MSDN.
Thanks,
J.S.
--
"Mark Carrington" <mark.carrington@mutantpenguin.co.uk> wrote in message
news:4317083e$0$29438$da0feed9@news.zen.co.uk...
>
> I do not believe this is possible with the Microsoft NNTP server. You can
> do this with our MPNews product at http://www.mutantpenguin.co.uk/mpnews/
>
> --
> Mark Carrington
>
> MPNews - newsgroup and web forum server for Windows
> http://www.mutantpenguin.co.uk/mpnews/
| |
| PeterD 2005-09-01, 6:02 pm |
| On Thu, 1 Sep 2005 10:47:46 -0700, "J.S." <jss@nospam.com> wrote:
>Mark,
>
>Actually, I just wanted to create my own NNTP server as a way of learning
>Visual Studio 2005 but I am just not sure where to start or which topics to
>search for on MSDN.
>
Start by reading the RFCs for NNTP.
Then on MSDN lookup the tcp/ip API.
Start the program with a shell that simpliy talks to the client but
does nothing else, then add functionality.
| |
|
| Thanks, Peter! I appreciate your response.
--
"PeterD" <peter2@hipson.net> wrote in message
news:941fh1tb83cdp4s8tsrbk3dic75k7pu6b7@
4ax.com...
> On Thu, 1 Sep 2005 10:47:46 -0700, "J.S." <jss@nospam.com> wrote:
> Start by reading the RFCs for NNTP.
>
> Then on MSDN lookup the tcp/ip API.
>
> Start the program with a shell that simpliy talks to the client but
> does nothing else, then add functionality.
|
|
|
|