using exchange server account
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-05-20T14:32:16Z
Indexed on
2010/05/21
5:50 UTC
Read the original article
Hit count: 198
I m developing ASP.Net project in company. Every user has an unique exchange account.
Im trying to authenticate the user based on teh user's Exchange credentials for web project. I want to use exchange server account for each user.
I just dont want to add users to database, because they already have userid and password in exchange server.
For example;
User id: user_email
pass: users email password
How can I use this data in my c#.net project?
Thanks.
© Stack Overflow or respective owner