本文介绍了具有3层架构的成员资格提供商的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我无法在我的BLL中引用会员提供商!
i找不到:
使用 System.web.security
我不知道如何将它引用到BLL,因为它与自己的DAL的交易我知道我不需要将它与我的DAL一起使用。
但我如何在我的Tier项目中使用它
解决方案
i cant reference the membership provider in my BLL !
i can't find :
using System.web.security
and i don't know how to reference it to the BLL, as its deal with its own DAL i know i don't need to use it with my DAL.
but how can i use it with in my Tier project
解决方案
这篇关于具有3层架构的成员资格提供商的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!