Ask a Question related to ASP.NET Security, Design and Development.
-
Desmond #1
Could Not Access CDO.Message object in IIS6.0
Hi,
I would really appreciate if somebody could give some
advise on this.
I've a ASP.NET application that is supposed to send
emails and it is tested to be working well on IIS 5.0 and
tested working in .NET Framework 1.0/1.1.
Recently this is ported over to IIS 6.0 using .NET
Framework 1.1 and the error "Could Not Access CDO.Message
object" is encountered.
I suspect it could be due to the low privilege asp.net
worker process account which does not have the access
rights to the CDO.Message object.
Wonder if anyone could kindly advise on how to set the
privilege in the asp.net account to be able to access
this CDO.Message object?
Thanks.
regards,
Desmond
Desmond Guest
-
"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... -
IIS6 - Access bug
http://support.microsoft.com/default.aspx?scid=kb;en-us;838306 -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account... -
ASP, Access db on IIS6
I recently installed Windows 2003 Server Web Edition/IIS6. I put an ASP site that uses Access 2000. I have ASP extensions enabled in IIS. When I go... -
Access is Denied when I try sending email at ASP.net on IIS6
Hi all, I just migrated my website to the IIS 6.0. Everything is the same and everything is running perfect except I got this error message... -
Could not access 'CDO.Message' object
I've already searched Google. I've already asked people in IRC. I have still not found a solution that works for me for this extremely discouraging... -
Chuck Haeberle #2
Re: Could Not Access CDO.Message object in IIS6.0
If this is in ASP.NET, why not use the core clr objects SmtpMessage and
SmtpMail to send your emails?
Or are you using them and it's freaking out at a lower level than you
control?
"Desmond" <tanyh@ncs.com.sg> wrote in message
news:006f01c347cb$6b8d9580$a401280a@phx.gbl...> Hi,
> I would really appreciate if somebody could give some
> advise on this.
> I've a ASP.NET application that is supposed to send
> emails and it is tested to be working well on IIS 5.0 and
> tested working in .NET Framework 1.0/1.1.
> Recently this is ported over to IIS 6.0 using .NET
> Framework 1.1 and the error "Could Not Access CDO.Message
> object" is encountered.
> I suspect it could be due to the low privilege asp.net
> worker process account which does not have the access
> rights to the CDO.Message object.
> Wonder if anyone could kindly advise on how to set the
> privilege in the asp.net account to be able to access
> this CDO.Message object?
>
> Thanks.
>
> regards,
> Desmond
Chuck Haeberle Guest
-
Desmond #3
Could not access CDO.Message object in IIS6.0
Hi,
I would really appreciate if somebody could give some
advise on this.
I've a ASP.NET application that is supposed to send
emails and it is tested to be working well on IIS 5.0 and
tested working in .NET Framework 1.0/1.1.
Recently this is ported over to IIS 6.0 using .NET
Framework 1.1 and the error "Could Not Access CDO.Message
object" is encountered.
I suspect it could be due to the low privilege asp.net
worker process account which does not have the access
rights to the CDO.Message object.
Wonder if anyone could kindly advise on how to set the
privilege in the asp.net account to be able to access
this CDO.Message object?
Thanks.
regards,
Desmond
Desmond Guest
-
David Waz... #4
Re: Could Not Access CDO.Message object in IIS6.0
I've had the same error.
Fought it for a day or two, and then it just started working...
Yesterday, created a new web service for email in the same application- same error...
.... and the previously working program started to produce the same error...
fought it for 4 or 5 hours - rebooted - nothing -
just before giving up - it started to work...
I'm using the System.Web.Mail objects here. I've seen many posts about CDO - wish M.S. would address the issue.
The last error I received was different, but indicates CDO again...
{System.NullReferenceException}
[System.NullReferenceException]: {System.NullReferenceException}
HelpLink: Nothing
InnerException: Nothing
Message: "Object reference not set to an instance of an object."
Source: "mscorlib"
StackTrace: " at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Web.Mail.CdoSysHelper.Send(MailMessage message)
at System.Web.Mail.SmtpMail.Send(MailMessage message)
at InBound.Support.baseEmail.SendEmail(Boolean ExceptionOnFail) in C:\...\InBound\Support\BusinessObjects\baseEmail.v b:line 419"
TargetSite: {System.Reflection.RuntimeMethodInfo}
"Desmond" <tanyh@ncs.com.sg> wrote in message news:006f01c347cb$6b8d9580$a401280a@phx.gbl...> Hi,
> I would really appreciate if somebody could give some
> advise on this.
> I've a ASP.NET application that is supposed to send
> emails and it is tested to be working well on IIS 5.0 and
> tested working in .NET Framework 1.0/1.1.
> Recently this is ported over to IIS 6.0 using .NET
> Framework 1.1 and the error "Could Not Access CDO.Message
> object" is encountered.
> I suspect it could be due to the low privilege asp.net
> worker process account which does not have the access
> rights to the CDO.Message object.
> Wonder if anyone could kindly advise on how to set the
> privilege in the asp.net account to be able to access
> this CDO.Message object?
>
> Thanks.
>
> regards,
> DesmondDavid Waz... Guest



Reply With Quote

