Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 6 + CDONTS.NewMail - Does not work?

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS6.0 how to change DefaultLogonDomain  
Author Message
twhidden

External


Since: Sep 19, 2003
Posts: 1



(Msg. 1) Posted: Fri Sep 19, 2003 8:03 pm
Post subject: IIS 6 + CDONTS.NewMail - Does not work?
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

I have been using IIS5 for a long time now, and it has
worked great when I go to send out mails using
CDONTS.NewMail

Now in IIS 6.0, I get:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/tools/test.asp, line 3
800401f3


Is this because IIS 6 does not support CDONTS anymore, of
do I have to enable it. I do have SMTP installed on the
server, and ready to be run. I have a feeling that it is
not there, however I could not find any articles on why
that common dll file is not available anymore for use
with II6.

Maybe Im wrong? Is there a new method to send out mail
from the web server?

Please e-mail me back at my e-mail, and reply for anyone
else that may have questions about this same issue.
Thanks

~Travis Whidden

 >> Stay informed about: IIS 6 + CDONTS.NewMail - Does not work? 
Back to top
Login to vote
barone

External


Since: Sep 12, 2003
Posts: 47



(Msg. 2) Posted: Sat Sep 20, 2003 5:25 am
Post subject: Re: IIS 6 + CDONTS.NewMail - Does not work? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Travis" <twhidden RemoveThis @smartconnect.net> ha scritto nel messaggio
news:13c601c37f0a$a67df920$a001280a@phx.gbl...

 > Is this because IIS 6 does not support CDONTS anymore, of
 > do I have to enable it. I do have SMTP installed on the
 > server, and ready to be run. I have a feeling that it is
 > not there, however I could not find any articles on why
 > that common dll file is not available anymore for use
 > with II6.
 >
 > Maybe Im wrong? Is there a new method to send out mail
 > from the web server?

Yes, you need to switch to CDO; CDONTS is no longer supported on IIS 6.0.
Take a look at
<a style='text-decoration: underline;' href="http://www.tconsult.com/aspnet/server2003/smtp_server_2003_cdonts.aspx" target="_blank">http://www.tconsult.com/aspnet/server2003/smtp_server_2003_cdonts.aspx</a> (the
first result in a Google search for "cdonts windows 2003).

Massimo<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS 6 + CDONTS.NewMail - Does not work? 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Sat Sep 20, 2003 12:40 pm
Post subject: Re: IIS 6 + CDONTS.NewMail - Does not work? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

I suggest that you migrate to CDO, but you can follow the steps here and
copy the cdonts.dll file to your Windows Server 2003 machine:
<a style='text-decoration: underline;' href="http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/proddocs/deployguide/iisdg_dep_tnoc.asp" target="_blank">http://www.microsoft.com/technet/treeview/default.asp?url=/technet/pro...chnol/w</a>

You also have some sample code for CDO here:
"Crash Course in CDO"
<a style='text-decoration: underline;' href="http://www.ilopia.com/Windows2003/Tutorials.aspx?id=3" target="_blank">http://www.ilopia.com/Windows2003/Tutorials.aspx?id=3</a>

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - FAQ & Tutorials for Windows Server 2003, and SQL
Server 2000
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.


"Travis" <twhidden.TakeThisOut@smartconnect.net> wrote in message
news:13c601c37f0a$a67df920$a001280a@phx.gbl...
 > Hello,
 >
 > I have been using IIS5 for a long time now, and it has
 > worked great when I go to send out mails using
 > CDONTS.NewMail
 >
 > Now in IIS 6.0, I get:
 >
 > Server object error 'ASP 0177 : 800401f3'
 > Server.CreateObject Failed
 > /tools/test.asp, line 3
 > 800401f3
 >
 >
 > Is this because IIS 6 does not support CDONTS anymore, of
 > do I have to enable it. I do have SMTP installed on the
 > server, and ready to be run. I have a feeling that it is
 > not there, however I could not find any articles on why
 > that common dll file is not available anymore for use
 > with II6.
 >
 > Maybe Im wrong? Is there a new method to send out mail
 > from the web server?
 >
 > Please e-mail me back at my e-mail, and reply for anyone
 > else that may have questions about this same issue.
 > Thanks
 >
 > ~Travis Whidden
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6 + CDONTS.NewMail - Does not work? 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 4) Posted: Thu Sep 25, 2003 1:00 pm
Post subject: RE: IIS 6 + CDONTS.NewMail - Does not work? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can copy over cdonts.dll from a w2k box, and register it, but I would change your code to use cdo. Much better performance, with less bugs.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Travis" <twhidden.TakeThisOut@smartconnect.net>
| Sender: "Travis" <twhidden.TakeThisOut@smartconnect.net>
| Subject: IIS 6 + CDONTS.NewMail - Does not work?
| Date: Fri, 19 Sep 2003 17:03:41 -0700
| Lines: 31
| Message-ID: <13c601c37f0a$a67df920$a001280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcN/CqZ9dZv/8E0qT2eBfIXlKqKPjQ==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:276365
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hello,
|
| I have been using IIS5 for a long time now, and it has
| worked great when I go to send out mails using
| CDONTS.NewMail
|
| Now in IIS 6.0, I get:
|
| Server object error 'ASP 0177 : 800401f3'
| Server.CreateObject Failed
| /tools/test.asp, line 3
| 800401f3
|
|
| Is this because IIS 6 does not support CDONTS anymore, of
| do I have to enable it. I do have SMTP installed on the
| server, and ready to be run. I have a feeling that it is
| not there, however I could not find any articles on why
| that common dll file is not available anymore for use
| with II6.
|
| Maybe Im wrong? Is there a new method to send out mail
| from the web server?
|
| Please e-mail me back at my e-mail, and reply for anyone
| else that may have questions about this same issue.
| Thanks
|
| ~Travis Whidden
|
|
|
 >> Stay informed about: IIS 6 + CDONTS.NewMail - Does not work? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]