|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Accessing NNTP-Server - Missing Component? |
From: |
Steve |
Date: |
9/12/2000 11:41:27 AM |
IP: |
193.96.115.4 |
Hi,
Im trying to read articles from a newsgroup server and display them on a webpage.
---snip---
connect to news-server
Set mySock = Server.CreateObject("Socket.TCP")
mySocket.Host = "news.server.de:119"
mySock.open
response.write mySock.getline & "<P>"
---snip---
I get the following error response:
---snip---
Serverobjekt- Fehler ASP 0177 : 800401f3
Server.CreateObject-Fehler
/newsgroups/get_articles.asp, line 10
Ungültige ProgID
---snip---
I got an information on the following url:
http://support.microsoft.com/support/kb/articles/q194/8/01.asp?LN=EN-US&SD=gn&FR=0
But it seems that there is a DLL missing.(?)
Where can I get this DLL from?
Thanks for your attention.
Steve |
|
|
|
|
|
|
|
|
|
|
|
|