Using Exchange Server 2000 to Authenticate

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

  1. #1

    Default Using Exchange Server 2000 to Authenticate

    I am writing an ASP.Net application for my company. In order to
    access the site the user must log in. Authentication is handled by
    using the login and password and comparing it to a database table
    located on IIS. Works fine.

    Corporate now want it to validate the user by using MS Exchange Server
    2000 so that we don't need to create yet another string of passwords
    for the users. Also, they want me to retrieve information regarding
    the roles for each user for access to different areas (agaian from the
    exchange server).

    I am asumming that this is possible, but have yet to find a good
    example to use. I don't want to access anything on the Exchange
    Server except to perform validation.

    Thanks in advance,
    Mike

    Michael dot shields at mfgenv dot com
    Mike Guest

  2. Similar Questions and Discussions

    1. CFMX6.0 and Exchange 2000 - SMTP issue
      We're using CF MX 6.0 and Exchange 2000 Server on the same machine. Exchange 2000 Server has been installed in a later timeframe and now we are...
    2. 2000 to 2003 +exchange enviroment
      Hello and Help Brain power needed for the following I have a win2000 server running exchange 2000, and a new win2003 server running exchange...
    3. ASP/CDO verify email address from Exchange 2000 non-delivery report
      Apologies for the cross-post but i thought i'd aim for the largest audience possible. I have a web site that users have to register to with their...
    4. CDO for Windows 2000 vs CDO for Exchange 2000
      How can I force SmtpMail class to use CDO for Windows 2000 instead of Exchange 2000. We do not use Exchange at all. I want to do this because I...
    5. SQL Server 2000, Exchange, COM-Add in for Outlook XP; Dynamically link ACCESS xp & SQL SERVER???
      Can SQL Server 2000 manage the contacts in Exchange? Is there any connectivity between SQL Server and Outlook XP? Furthermore, can SQL Server...
  3. #2

    Default Re: Using Exchange Server 2000 to Authenticate

    Why use Exchange 2k for authentication? Why not use your Active Directory
    for authentication, which is exactly what Exchange 2k does (in native mode)?
    Then you can leave authentication/authorization to IIS and simply set your
    forms authentication mode to Windows.

    "Mike" <Michael.Shields@MFGEnv.com> wrote in message
    news:70dcca8f.0310021019.6035f57d@posting.google.c om...
    > I am writing an ASP.Net application for my company. In order to
    > access the site the user must log in. Authentication is handled by
    > using the login and password and comparing it to a database table
    > located on IIS. Works fine.
    >
    > Corporate now want it to validate the user by using MS Exchange Server
    > 2000 so that we don't need to create yet another string of passwords
    > for the users. Also, they want me to retrieve information regarding
    > the roles for each user for access to different areas (agaian from the
    > exchange server).
    >
    > I am asumming that this is possible, but have yet to find a good
    > example to use. I don't want to access anything on the Exchange
    > Server except to perform validation.
    >
    > Thanks in advance,
    > Mike
    >
    > Michael dot shields at mfgenv dot com

    Steve Jansen 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