POSTING MESSAGE microsift TO newsgroup

  • Thread starter Thread starter Eþref DURNA
  • Start date Start date
E

Eþref DURNA

does anyone knows how to "POST" message to microsoft news group with
asp.net?
cuz whenever i use POST command there it gives me an error that "command not
requdnized"
any idea?
 
A "POST" to an NNTP-based newsgroup isn't the same as an HTTP POST to a Web
Server page. If you really want to programmatically make a post to a
newsgroup on an NNTP server, you would need to use the correct library and
API. There are several .NET -based NNTP libraries out there. The one that
comes immendiately to mind goes by the name "SMILLA". You could look for that.
Peter
 
Back
Top