ASP.NET Active Directory Membership Provider and SQL Profile Provider

前端 未结 4 1516
谎友^
谎友^ 2020-12-13 10:29

I am currently designing a Membership/Profile scheme for a new project I am working on and I was hoping to get some input from others.

The project is a ASP.NET web

4条回答
  •  温柔的废话
    2020-12-13 11:34

    Thanks for the information, its helped alot. Also rather than Setting the default Provider with MembershipProvider provider = Membership.Provider; you can set it with in the membership tag.

    I"ve also writen a small how to and a download to a Visual Studio Project and Source configured to use AspNetActiveDirectoryMembershipProvider.

    ASP.NET Forms Based Authentication - using AspNetActiveDirectoryMembershipProvider

提交回复
热议问题