简体   繁体   English

会员商店VB.NET帮助程序类

[英]Membership store VB.NET helper class

I need to use the standard ASP.NET membership database tables in plain winform projects, and I DO NOT WANT to add the ASP.NET dll, because my app must run with .NET Client framework, and not full framework. 我需要在普通的winform项目中使用标准的ASP.NET成员数据库表,并且我不想添加ASP.NET dll,因为我的应用程序必须在.NET Client框架而非完整框架下运行。

Does somebody knows of a helper class that links to ASP.NET tables in plain vanilla VB ot c# code? 有人知道用普通的VB ot C#代码链接到ASP.NET表的帮助程序类吗? I mean with functions equivalent to CreateNewUser, CheckUserCredentials, isUserinRole, RoleList etc... 我的意思是等同于CreateNewUser,CheckUserCredentials,isUserinRole,RoleList等的函数...

The membership provider is part of ASP.NET, if you want to use it you'll have to link against that DLL. 成员资格提供程序是ASP.NET的一部分,如果要使用它,则必须针对该DLL进行链接。

If you can't, you'll have to build it yourself or use a third-party utility which does it for you. 如果不能,则必须自己构建或使用第三方实用程序为您完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM