腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(345)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
SqlProfileProvider
我正在尝试让
SqlProfileProvider
与我自己的数据库一起工作,我已经使用aspnet_regsql和下面的web.config设置了数据库,但是应用程序一直在创建一个aspnetdb,并且从未填充我的数据库中的任何表providers> <add name="AspNetSqlProfileProvider" type="System.Web.Profile.
SqlProfileProvider
浏览 3
修改于2011-03-24
得票数 2
回答已采纳
1
回答
使用ProfileManager.GetAllProfiles提高
SqlProfileProvider
性能
我正在使用
SqlProfileProvider
将我的用户配置文件存储在asp.net web应用程序中。
浏览 6
提问于2009-11-05
得票数 1
2
回答
SharePoint 2007:使用
SqlProfileProvider
与Windows集成身份验证?
我试图弄清楚是否可以使用
SqlProfileProvider
(aspnetdb)来存储某些用户的配置文件信息,这些信息是通过认证到SharePoint 2007站点的。我希望我可以使用
SqlProfileProvider
,如果我向web.config添加了正确的提供程序,那么它将在ASP.NET或SharePoint中可用。connectionStringName="aspnetdb" type="Syste
浏览 10
提问于2009-08-12
得票数 0
回答已采纳
1
回答
缓存来自
SqlProfileProvider
- ProfileManager.GetAllProfiles结果的配置文件
我在我的一个网站上使用
SqlProfileProvider
,在一个页面中,我需要获取完整的配置文件列表(它是一个内部网)。
浏览 2
提问于2009-11-04
得票数 0
回答已采纳
1
回答
扩展的
SqlProfileProvider
,如何调用我的自定义方法?
我使用MySqlProfileProvider,它扩展了
SqlProfileProvider
类。在我的类中,为了更改基的连接字符串,我将重写Initialize。一切都很好。
浏览 4
修改于2013-02-15
得票数 0
回答已采纳
1
回答
SqlProfileProvider
--您可以在项目中使用Profile.GetProfile()吗?
我试图在应用程序中使用
SqlProfileProvider
,但似乎无法以我想要的方式使用它。
浏览 4
提问于2011-02-16
得票数 0
回答已采纳
7
回答
大多数人使用.NET的SqlMembershipProvider、SqlRoleProvider和
SqlProfileProvider
吗?
在开发具有成员资格功能的站点时,大多数人使用.NET的SqlMembershipProvider、SqlRoleProvider和
SqlProfileProvider
吗?
浏览 7
修改于2009-06-25
得票数 9
回答已采纳
1
回答
在两个web项目中使用相同的
SqlProfileProvider
是可行的吗?
我有一个asp.net web项目,它使用
SqlProfileProvider
作为成员结构,我称之为A项目。 我可以使用来自另一个asp.net项目的成员身份,项目B吗?
浏览 5
修改于2010-12-17
得票数 0
回答已采纳
1
回答
如何在ASP.NET中获取对非默认ProfileBase的引用?
上面的代码仅适用于在web.config的defaultProvider属性中定义的默认提供程序:<providers" /> name="
SqlProfileProvider</
浏览 1
修改于2009-07-03
得票数 1
1
回答
如何从App_Code部分继承位于web.config文件夹中的类?名称空间是什么?
name="ProfileProvider" type="System.Web.Profile.
SqlProfileProvider
Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a" description="
SqlProfileProvider
浏览 0
修改于2016-04-04
得票数 0
回答已采纳
1
回答
将Asp.Net配置文件提供程序迁移到MVC中(扩展不起作用)
-- Profile provider --> <providers><clear/> <add name="
SQLProfileProvider
" connectionStringName="LocalSqlServer" applicationName="/" type="
浏览 1
提问于2015-02-17
得票数 1
回答已采纳
1
回答
ASP.NET自定义配置文件错误
base.SetPropertyValue("Telephone", value); }}<profile inherits="UserProfile" defaultProvider="
SqlProfileProvider
"> <add type="
浏览 0
提问于2011-01-29
得票数 2
回答已采纳
2
回答
ASP.NET成员资格不会填充新用户
AspNetSqlProfileProvider"/> type="System.Web.Profile.
SqlProfileProvider
connectionStringName="ConnectionString"/>实际的个人资料信息; <profile defaultProvider="<e
浏览 4
修改于2009-08-14
得票数 1
回答已采纳
2
回答
如何在asp.net、成员资格、c#和SQL中存储移动号码
properties..... 这是我的webconfig设置 <add name="SqlProvider" type="System.Web.Profile.
SqlProfileProvider
" connectionStringName="EXAMPLE" applicationName="EXAMPLE" description="
SqlProfileProvider
for SampleAppli
浏览 1
修改于2011-09-30
得票数 0
回答已采纳
1
回答
asp.net配置文件提供程序对特定属性的搜索
我正在我的一个项目中使用
SqlProfileProvider
类,我希望能够在任意配置文件属性(例如生日)上搜索配置文件。
浏览 4
提问于2009-09-11
得票数 2
2
回答
ProfileCommon -它在哪里?
properties> <clear/> <add name="AspNetSqlProfileProvider" type="System.Web.Profile.
SqlProfileProvider
浏览 6
提问于2011-04-12
得票数 0
回答已采纳
2
回答
ASP.net中的角色提供程序
我想使用SQLRoleProvider和
SQLProfileProvider
。如何使用loginView设计不同的登录页面? 诚挚的您
浏览 1
提问于2012-03-25
得票数 0
回答已采纳
1
回答
为什么AuthenticationManager.Login会抛出object not set异常?
password, false)) // do something 但是我得到了一个"Object not set“异常,堆栈跟踪如下:at System.Web.Profile.
SqlProfileProvider
.GetPropertyValuesSite
浏览 4
修改于2012-08-02
得票数 1
回答已采纳
1
回答
从web配置中获取配置文件属性名称
="true"> <clear/> <add name="AspNetSqlProfileProvider" type="System.Web.Profile.
SqlProfileProvider
浏览 10
提问于2017-02-28
得票数 0
回答已采纳
3
回答
ASP.NET成员资格。它是可扩展的吗?
connectionStringName="LocalSqlServer" applicationName="membershipSampleApp" type="System.Web.Profile.
SqlProfileProvider
浏览 0
修改于2010-07-26
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券