Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


What does this mean? ASP 0177

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,29637
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> What does this mean? ASP 0177
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 What does this mean? ASP 0177 - 1/9/2006 8:32:01 PM   
  th2701tt


Posts: 10
Score: 0
Joined: 1/8/2006
Status: offline
Can someone help me,  my browser had following error message when I test my ASP page:

TTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/hh/Send_mail.asp, line 45


And the line 45 in my Send_mail.asp is:     Set MyMail = Server.CreateObject("CDONTS.NewMail")

Did this error occur because I test it in my local server? And it will disappear when I upload my website to use on internet?
Please help me. Thanks a lot.




< Message edited by th2701tt -- 1/9/2006 8:34:13 PM >


_____________________________

To my fans!
 
 
Post #: 1
 
 RE: What does this mean? ASP 0177 - 1/10/2006 3:05:22 AM   
  Country73


Posts: 712
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
quote:

HTTP 500.100 - Internal Server Error

Error Help

I believe it may be resolved by:
    regsvr32 C:\windows\SYSTEM32\cdonts.dll

(in reply to th2701tt)
 
 
Post #: 2
 
 RE: What does this mean? ASP 0177 - 1/10/2006 6:29:44 PM   
  th2701tt


Posts: 10
Score: 0
Joined: 1/8/2006
Status: offline
Thanks for your help.
I believe it's the cause. Because I was trying to do that but it had error, then I had looked for cdonts.dll but I did not found it in C:\windows\SYSTEM32\.
I'm using Windows Xp SP2. IIS 5.1. Is this file only in WinNT or Win2003?

Thanks again

_____________________________

To my fans!

(in reply to Country73)
 
 
Post #: 3
 
 RE: What does this mean? ASP 0177 - 1/11/2006 1:55:28 AM   
  Country73


Posts: 712
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
Well, I'm also running XP SP2 and I'm unable to locate that dll, but I was able to locate it on my W2K machine.

I looked at several pages, from using Google to search "cdonts.dll XP", and it looks like it's as simple as copying the cdonts.dll from a 2000 machine over to your XP and then running the RegSvr32 C:\windows\SYSTEM32\cdonts.dll


CDONTS (Colloaborative Data Objects for NT Server) is a feature of NT and W2K that allows you to easily send mail from a web page using the SMTP server. The simplicity of the code and widespread availability of free scripts employing CDONTS has resulted in  CDONTS being widely adopted.
Quite a surprise to many administrators to discover that IIS 5.1 does not support CDONTS as do IIS 4.0 and IIS 5.0. This has been replaced by CDOSYS which appears to have more capability, but it is not quite as simple to use. See: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q195683 for more details.
CDOSYS is supported by Windows 2000, so you can develop code in IIS 5.0 that works on IIS 5.1 and IIS 6.0. But if you are relying on CDONTS to send email, and many, many sites are; you ought to update your code.
You can enable CDONTS on XP by copying CDONTS.DLL from a Windows 2000 installation to your XP system’s Windows\System32 folder (default name). Then at command prompt Windows\System32 run REGSRV32 CDONTS.DLL. The extent of my testing on this was to deliver one piece of mail, so this should not be construed as a complete analysis of the effectiveness of this technique.

Here's the link to the article I grabbed the previous information from.



(in reply to th2701tt)
 
 
Post #: 4
 
 RE: What does this mean? ASP 0177 - 1/11/2006 6:48:13 PM   
  th2701tt


Posts: 10
Score: 0
Joined: 1/8/2006
Status: offline
I did that successful. Thank you very much!

_____________________________

To my fans!

(in reply to Country73)
 
 
Post #: 5
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> What does this mean? ASP 0177 Page: [1]
Jump to:





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