ATTN: Microsoft --- CDO Security Issues?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139