Guest_imported
New member
- Jan 1, 1970
- 0
Hi everyone!! I am running a script to send email right? and the line that is giving me trouble is this:
----------------------------------------------
Set oMailMessage = Server.CreateObject("CDONTS.NewMail"
------------------------------------------------
the error i am getting is this:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/csv/mail2.asp, line 4
Invalid class string
------------------------------------------------------
NOw, this appears to be a common problem that people run into and i think it has something to do with a DLL not installed correctly.
The SMTP server is running... b/c our frontpage forms are mailing...
Here is the dilemma. I do not have access to the server directly, i have to go through an IT guy who know NOTHING about IIS4.
What do i tell him to do specifically? actually i will probably have to look over his shoulder and tell him what to do...
can anyone help me? im trying to bring our Intranet up to speed, but its one roadblock after another!!!
thanks!!!
Deron Aucoin
----------------------------------------------
Set oMailMessage = Server.CreateObject("CDONTS.NewMail"
------------------------------------------------
the error i am getting is this:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/csv/mail2.asp, line 4
Invalid class string
------------------------------------------------------
NOw, this appears to be a common problem that people run into and i think it has something to do with a DLL not installed correctly.
The SMTP server is running... b/c our frontpage forms are mailing...
Here is the dilemma. I do not have access to the server directly, i have to go through an IT guy who know NOTHING about IIS4.
What do i tell him to do specifically? actually i will probably have to look over his shoulder and tell him what to do...
can anyone help me? im trying to bring our Intranet up to speed, but its one roadblock after another!!!
thanks!!!
Deron Aucoin