Server object error 'ASP 0177 : 800401f3'

S

SergioBS

Hi Everybody

I'm a newbie, and I put a (free GNU Licence) registration form in my website
that I copied somewhere. I choose it because it was possible to recover
automatichally the password passing details as user and emai address: the
problem is that trying to use this feature the system gives such error:

"Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed

/Reg/pwrecovery.asp, line 130

Invalid ProgID. For additional information specific to this message please
visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp. "

I checked at MS and it seems that the IIS is not fully load, so I updated it
but it didn't work, then I uninstalled it and loaded fully but still
nothing...

So I thought that perhaps there was something else in my sistem on in the
setting I passed to the script..

I'm also thinking that there must me something wrong because if I pass 2
hours "playing" with IIS I cannot imagine an user will pass the same time
trying...

Thank you for your patience..

Regards

Sergio
 
J

Jens Peter Karlsen[FP MVP]

Include the code for line 130.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
S

SergioBS

Re: Server object error 'ASP 0177 : 800401f3'line 130: Set objNewMail = Server.CreateObject("SmtpMail.SmtpMail.1")
"Jens Peter Karlsen[FP MVP]" <[email protected]> ha scritto nel messaggio Include the code for line 130.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
S

Stefan B Rusynko

That's telling you that your host either does not support or has not turned on SmtpMail.SmtpMail.1

You can't just paste unknown code into pages for objects not on your server and expect them to work
- contact your host and find out what Mail object for ASP they do support



Re: Server object error 'ASP 0177 : 800401f3'line 130: Set objNewMail = Server.CreateObject("SmtpMail.SmtpMail.1")
"Jens Peter Karlsen[FP MVP]" <[email protected]> ha scritto nel messaggio Include the code for line 130.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
S

SergioBS

Stefan B Rusynko said:
That's telling you that your host either does not support or has not
turned on SmtpMail.SmtpMail.1

You can't just paste unknown code into pages for objects not on your
server and expect them to work
- contact your host and find out what Mail object for ASP they do support

Thank you for your reply...I'll contact my ISP...

Regards

Sergio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top