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
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