Login | |
|
 |
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
|
|
| |
|
|
|
 |
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!
|
|
| |
|
|
|
 |
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.
|
|
| |
|
|
|
 |
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!
|
|
| |
|
|
|
|
|