Ask a Question related to ASP.NET General, Design and Development.
-
Kamal #1
"Could not access 'CDO.Message' object." How to resolve in IIS server
I am trying to send mail through smtp. smtp service is
running on my machine. But every time during the
smtpmail.send(msg) call gives "Could not
access 'CDO.Message' object." error. Could some one help
me out to resolve this issue.
Thanks in advance,
Kamal
Kamal Guest
-
HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP... -
Cannot access a disposed object named "System.Net.TlsStream"???
Hi, When I trying to do HTTP POST to HTTPS URL I am getting this error on first attempt: Cannot access a disposed object named... -
Custom "Access Denied" Message
I'm using forms authentication along with role based authorization in my web app. The problem I'm having is that when a user that has already been... -
PEAR::SOAP - Server returns only "Object" as answer
Hi ! I am new to Web Services. Therefore I ve set up a PHP Installation on Windows (PHP 4.3.2 and Apache 1.3.29). I have tested PHP alone and... -
How to get out of this error message "Database or object is read-only"
After I moved my ASP pages and an Access database from PWS in NT 4.0 to IIS 5.0 in XP Pro, I can't edit data in the database through the ASP web... -
Eric #2
Re: "Could not access 'CDO.Message' object." How to resolve in IIS server
The message on the caught exception is rather misleading as it always seems
to come back with that regardless of the true problem. Check
exception.InnerException.InnerException.Message to get the true cause of the
error. Provided it isn't rejecting the attempt due to an invalid e-mail
address, it could be that you need to specify the SMTP server via the
SmtpMail.SmtpServer property.
Eric
"Kamal" <kamal@dmdata.com> wrote in message
news:0c3e01c33cc4$6123ab50$a501280a@phx.gbl...> I am trying to send mail through smtp. smtp service is
> running on my machine. But every time during the
> smtpmail.send(msg) call gives "Could not
> access 'CDO.Message' object." error. Could some one help
> me out to resolve this issue.
>
> Thanks in advance,
> Kamal
Eric Guest
-
abdulazizfarooqi #3
Re: "Could not access 'CDO.Message' object." How to resolve in IIS server
In my case, smtp server configured on IIS was rejecting the from address.
I found the whole error message or exception cause in the inner exception part.
hope this may help.
Junior Member
- Join Date
- May 2012
- Location
- Abudhabi
- Posts
- 1



Reply With Quote

