ASP.net Windows authentication compared to Forms authentication using ActiveDirectoryMembershipProvider

StackOverflow https://stackoverflow.com/questions/7408393

문제

I was wondering if someone could explain the difference between forms authentication using the ActiveDirectoryMembershipProvider, and Windows authentication. When would one be used over the other and what would the benefit be?

I am working on an application which initially will be using the SqlMembershipProvider and ASP.net membership, roles, and profiles. But there is a possibility down the road where authentication will need to be done from Active Directory, and I would like to plan ahead so that the change will result in minimal refactoring. Has anyone had similar experience and could provide insight to approach this?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top