Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error '8002801d'

Status
Not open for further replies.

copper

IS-IT--Management
May 10, 2001
35
US
Here is my problem:

Each time i try to run an ASP script i get a server error. i am running the test server as //localhost/ on win2k pro ws. whenever i preview a page with the ASP script below i get the error below.

i have done the permission on the folder, registry, etc...but nothing is working. can someone help.

thx in advance.

Here is the script:
<%
Dim objMessage
Set objMessage = Server.CreateObject("CDONTS.NewMail")
objMessage.Send Request.Form("emailaddress"),"thien.nguyen@oakmitsui.com",Request.Form("subject"),Request.Form("body")
Set objMessage = Nothing
%>


Here is the error:

error '8002801d'

Library not registered.

/iisHelp/common/500-100.asp, line 10
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top