|
| |
|
|
A1234
Posts: 101 Joined: 10/7/2004 Status: offline
|
Server object error 'ASP 0177 : 800401f3' - 3/24/2005 10:08:42
Hello, I cannot figure out what is causing this error. WhenI go to my page at http://www.driverpersonals.net/register.asp, fill in the fields and click Submit, I receive this message: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /register.asp, line 129 800401f3 I am using Frontpage and sometimes the lines do not match between the error message and what I see in my Frontpage editor. Can anyone take a look at it and see what you think?
|
|
|
|
dzirkelb1
Posts: 1315 Joined: 10/5/2004 From: Cedar Rapids, Iowa Status: offline
|
RE: Server object error 'ASP 0177 : 800401f3' - 3/24/2005 10:15:08
I suspect it is something with the email portion of the code (if there is any)...can you post the code for the email portion / all of the form stuff?
|
|
|
|
BeTheBall
Posts: 6381 Joined: 6/21/2002 From: West Point Utah USA Status: offline
|
RE: Server object error 'ASP 0177 : 800401f3' - 3/24/2005 10:16:20
FP should be fairly accurate. Post the code for the whole page and give a general idea of which line is line 129.
_____________________________
Duane Some people are like Slinkies . . . Not really good for anything . . . . . But they still bring a smile to your face when you push them down a flight of stairs.
|
|
|
|
dzirkelb1
Posts: 1315 Joined: 10/5/2004 From: Cedar Rapids, Iowa Status: offline
|
RE: Server object error 'ASP 0177 : 800401f3' - 3/24/2005 10:21:05
It seems the error is caused by a com object not being recognized by IIS...or, at least what google says :) All stuff I have found showed the person referring to the incorrect .dll file...hope that helps someone !
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Server object error 'ASP 0177 : 800401f3' - 3/24/2005 10:23:09
quote:
Set Mail = Server.CreateObject("Persits.MailSender") I'm not familiar with any mail package using that identifier. Do you know for sure what mailer package(s) are available on your host? Again as mentioned, posting code is a big help.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
dzirkelb1
Posts: 1315 Joined: 10/5/2004 From: Cedar Rapids, Iowa Status: offline
|
RE: Server object error 'ASP 0177 : 800401f3' - 3/24/2005 10:26:05
Have you placed AspEmail.dll on the server and registered it? http://www.aspemail.com/manual_01.html that is a link to install aspemail and register it
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|