Hi, I am new to this forum. would like to ask why I can't make the following code work on my computer (I'm using IIS5 on Windows 2000 server):
Code:
<%
Option Explicit
'Use ADO's Record object to open an URL
Dim objRec
Set objRec = Server.CreateObject("ADODB.Record")
objRec.Open "", "http://localhost/myFolder/"
objRec.Close
The following error always occurs:
Code:
Microsoft OLE DB Provider for Internet Publishing (0x80004005)
Unspecified error
....asp, line ...
anyone could tell me the reason? would appreciate any kinds of help.
None for now.