-
Posted to
IIS7 - Classic ASP
by
SakchaiC
on
06-10-2009, 1:43 AM
It seems MS way. It works fine now....
Thanks a lot to all you guys!.. :-)
-
Posted to
IIS7 - Classic ASP
by
SakchaiC
on
06-09-2009, 11:21 PM
Hi qbernard ,
Thanks a lot. Refer to a given link, it works fine. But a littel bit slow. Can we edit the below code to use schemas at local machine instead of microsof URL? or any Idea?
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing")=2
'Name or IP of remote SMTP ...
-
Posted to
IIS7 - Classic ASP
by
SakchaiC
on
06-09-2009, 8:06 AM
Thanks Pual. I've tried CDOSYS componnet, but still got error at .Send. The error looks like this:
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
Hmm.... It makes my to cry now :-)
-
Posted to
IIS7 - Classic ASP
by
SakchaiC
on
06-09-2009, 7:33 AM
Hi,
I'm moving Classic ASP to run on IIS 7.0, Windows Vista Enterprise SP1. I've tested to send e-mail by using CDONT component, but I got the error as below. I alreay registered and gave permission to IIS_IUSRS user already.
___________________________________________
Microsoft VBScript runtime error ...