CDONTS失败 [英] CDONTS Failure

查看:43
本文介绍了CDONTS失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的win 2003服务器设置正确使用SMTP。我知道因为我已经测试了它好了。


但是,当我在下面发出CODE 1时,我会得到下面的错误1。我认为正确安装了

SMTP允许ASP将CDONTS用作邮件生成器。

还有更多吗?


代码1:


设置objMail = Server.CreateObject(" CDONTS.NewMail")


错误1:


服务器对象错误''ASP 0177:800401f3''

Server.CreateObject失败


/mlcnet/library/cls_DataReports.asp,第22行

800401f3

I have my win 2003 server setup correct with SMTP. I know because I''ve
tested it ok.

However, when I issue CODE 1 below, I get ERROR 1 below. I thought having
SMTP installed correctly allowed ASP to use CDONTS as a mail generator. Is
there more to it?

CODE 1:

Set objMail = Server.CreateObject("CDONTS.NewMail")

ERROR 1:

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

/mlcnet/library/cls_DataReports.asp, line 22

800401f3

推荐答案

CDONTS在Server 2003上不存在。它仅存在于2000年,用于传统的

支持目的。使用CDO。
http://www.aspfaq.com /show.asp?id=2026


雷在家


" scott" < SB ***** @ mileslumber.com>在消息中写道

news:en ************* @ TK2MSFTNGP15.phx.gbl ...
CDONTS doesn''t exist on Server 2003. It only existed in 2000 for legacy
support purposes. Use CDO.
http://www.aspfaq.com/show.asp?id=2026

Ray at home

"scott" <sb*****@mileslumber.com> wrote in message
news:en*************@TK2MSFTNGP15.phx.gbl...
我有我的win 2003服务器使用SMTP设置正确。我知道因为我已经测试好了。

但是,当我在下面发出CODE 1时,我会得到下面的错误1。我认为正确安装了SMTP,允许ASP将CDONTS用作邮件生成器。是否还有更多内容?

代码1:

设置objMail = Server.CreateObject(" CDONTS.NewMail")

>错误1:

服务器对象错误''ASP 0177:800401f3''
Server.CreateObject失败

/mlcnet/library/cls_DataReports.asp,第22行

800401f3
I have my win 2003 server setup correct with SMTP. I know because I''ve
tested it ok.

However, when I issue CODE 1 below, I get ERROR 1 below. I thought having
SMTP installed correctly allowed ASP to use CDONTS as a mail generator. Is
there more to it?

CODE 1:

Set objMail = Server.CreateObject("CDONTS.NewMail")

ERROR 1:

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

/mlcnet/library/cls_DataReports.asp, line 22

800401f3



CDONTS已弃用,不包含在Windows 2003中。使用CDO.Message

(如果您需要示例代码,请参阅 www.aspfaq.com


-

Jason Brown

Microsoft GTSC,IIS


发布该帖子按现状没有保证,也没有赋予任何权利。


" scott" < SB ***** @ mileslumber.com>在消息中写道

news:en ************* @ TK2MSFTNGP15.phx.gbl ...
CDONTS is deprecated and not included in Windows 2003. use CDO.Message
instead (see www.aspfaq.com if you need sample code)

--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.

"scott" <sb*****@mileslumber.com> wrote in message
news:en*************@TK2MSFTNGP15.phx.gbl...
我有我的win 2003服务器使用SMTP设置正确。我知道因为我已经测试好了。

但是,当我在下面发出CODE 1时,我会得到下面的错误1。我认为正确安装了SMTP,允许ASP将CDONTS用作邮件生成器。是否还有更多内容?

代码1:

设置objMail = Server.CreateObject(" CDONTS.NewMail")

>错误1:

服务器对象错误''ASP 0177:800401f3''
Server.CreateObject失败

/mlcnet/library/cls_DataReports.asp,第22行

800401f3
I have my win 2003 server setup correct with SMTP. I know because I''ve
tested it ok.

However, when I issue CODE 1 below, I get ERROR 1 below. I thought having
SMTP installed correctly allowed ASP to use CDONTS as a mail generator. Is
there more to it?

CODE 1:

Set objMail = Server.CreateObject("CDONTS.NewMail")

ERROR 1:

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

/mlcnet/library/cls_DataReports.asp, line 22

800401f3



是的,CDOSYS是门票

http://www.aspfaq.com/show.asp?id=2026
http://www.powerasp.com/content /new/...ail_cdosys.asp
http://www.powerasp.com/content/new/...ing_cdosys.asp


" scott" < SB ***** @ mileslumber.com>在消息中写道

news:en ************* @ TK2MSFTNGP15.phx.gbl ...
yup, CDOSYS is the ticket

http://www.aspfaq.com/show.asp?id=2026
http://www.powerasp.com/content/new/...ail_cdosys.asp
http://www.powerasp.com/content/new/...ing_cdosys.asp

"scott" <sb*****@mileslumber.com> wrote in message
news:en*************@TK2MSFTNGP15.phx.gbl...
我有我的win 2003服务器使用SMTP设置正确。我知道因为我已经测试好了。

但是,当我在下面发出CODE 1时,我会得到下面的错误1。我认为正确安装了SMTP,允许ASP将CDONTS用作邮件生成器。是否还有更多内容?

代码1:

设置objMail = Server.CreateObject(" CDONTS.NewMail")

>错误1:

服务器对象错误''ASP 0177:800401f3''
Server.CreateObject失败

/mlcnet/library/cls_DataReports.asp,第22行

800401f3
I have my win 2003 server setup correct with SMTP. I know because I''ve
tested it ok.

However, when I issue CODE 1 below, I get ERROR 1 below. I thought having
SMTP installed correctly allowed ASP to use CDONTS as a mail generator. Is
there more to it?

CODE 1:

Set objMail = Server.CreateObject("CDONTS.NewMail")

ERROR 1:

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

/mlcnet/library/cls_DataReports.asp, line 22

800401f3



这篇关于CDONTS失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆