如何在asp.net 3.5中使用会员资格? [英] How to use Membership in asp.net 3.5?

查看:110
本文介绍了如何在asp.net 3.5中使用会员资格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我是乔斯纳(Jyothsna).我想使用会员身份进行身份验证.

在web.config中,它没有显示成员资格类的所有属性-提供程序.

有人可以帮我吗...还有其他参考要补充吗...

--------------------------------------

Hi,

I am Jyothsna. I want to do authentication using the Membership.

In web.config, its not showing the all the properties of membership class - providers.

Can anybody plz help me out... is there any other reference to add ...

--------------------------------------

<membership defaultProvider ="SqlProvider" userIsOnlineTimeWindow ="15">
    <providers>
        <add name="SqlProvider" type="System.Web.Security.SqlMembershipprovider" />
    </providers>
</membership>




--------------------------------------

在上面提到的代码中,在添加提供程序时,它仅显示与锁相关的5个属性..... plz提供了解决方案....:)




--------------------------------------

In the above code mentioned, while addin the providers,its showing only the 5 properties related to lock..... plz provide the solution.... :)

推荐答案

您好,

请检查以下文章:

http://msdn.microsoft.com/en-us/library/ms731049.aspx [ ^ ]


http://www.c-sharpcorner.com/UploadFile/jmcfet/基于提供商的ASP.NET10162006104542AM/基于提供商的ASP.NET.aspx [
Hi,

Please check the following articles:

http://msdn.microsoft.com/en-us/library/ms731049.aspx[^]


http://www.c-sharpcorner.com/UploadFile/jmcfet/Provider-basedASP.NET10162006104542AM/Provider-basedASP.NET.aspx[^]



Regards,
Jamil


这篇关于如何在asp.net 3.5中使用会员资格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆