Ask a Question related to ASP.NET General, Design and Development.
-
Ron #1
ATTN: Microsoft --- CDO Security Issues?
My host insists that the latest version of the CDO library is full of
security issues and that I will need to use JMail (which isn't even
supported by .Net). Can anyone tell me what security issues there are (if
any) and what can be done about them?
Thanks,
Ron
Ron Guest
-
Check out the security patch from Microsoft
While these efforts may be well-meaning, please do not post a security file or patch as an attachment. If you must post such off-topic notices, just... -
microsoft security bulletins
I am still learning. I go to programs and so the updates that you recommend. I do not know about the bulletins MS03-23-023 etc./. Do I need to... -
microsoft security updates
I downloaded a recommended security update today which removed some items from my "start" menu. Why and how do I get them back? Also whenever I... -
bruce barker #2
Re: Microsoft --- CDO Security Issues?
the biggest issue with System.Web.Mail is lack of support for SMTP
authentication, which your host probably requires. if you create wrappers
for the win2k version of cdo, you can do it. you just need to find out the
parameters used by jmail. there are also serveral 3rd party SMTP .net
clients that suppport it.
note: asp.net is not secure itself unless you are on a dedicated server. its
pretty easy to hack into other sites on the same server.
-- bruce (sqlwork.com)
"Ron" <ron@razorvision.net> wrote in message
news:bf1sts$u18@library2.airnews.net...> My host insists that the latest version of the CDO library is full of
> security issues and that I will need to use JMail (which isn't even
> supported by .Net). Can anyone tell me what security issues there are (if
> any) and what can be done about them?
>
> Thanks,
>
> Ron
>
>
bruce barker Guest



Reply With Quote

