Link to home
Start Free TrialLog in
Avatar of LegalIT
LegalIT

asked on

Looking for recommendation about NT Authentication

Dear all experts,

  I'm going to start a web project which want some recommendation from all experts, please kindly give me some ideas:

  Currently, I'm looking for the authentication method which is used to authroize the external user, I know I can store all the user accounts / password on the Active Directory (that mean using NT authentication in IIS), however, it will make the programming more  complicated.  If I store all user accounts on the SQL database, it seems the programming become more easy but it would become unsafety.

  Therefore, I would like to know which authentication is better, or does anyone told me there are another authentication method?  thanks in advance

Avatar of raterus
raterus
Flag of United States of America image

You really weigh the pros and cons of each method and come to a solution that works for you, there is no one better way.

If it's outside users, I'd use forms authentication and sql server, it's much more straight-forward and you will feel like you have more control.  Also, I never liked external users having a real login to our network.

--Michael
ASKER CERTIFIED SOLUTION
Avatar of maXXXeE
maXXXeE

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial