Can you use the asp.net membership provider in a windows application?

后端 未结 4 913
花落未央
花落未央 2020-11-27 19:19

The Asp.Net membership provider has some clear uses in a web app. I am thinking about trying to leverage some of the features in a windows application (more specifically WP

4条回答
  •  迷失自我
    2020-11-27 19:52

    Yes. Membership, roles and profiles are all features of Visual Studio 2008 Client Application Services (Services tab of a project properties)

    http://msdn.microsoft.com/en-us/library/bb384297.aspx

    http://channel9.msdn.com/posts/DanielMoth/Client-Application-Services-with-Visual-Studio-2008/

提交回复
热议问题