473,569 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to integrate Profile with Membership

ad
I want to integrate Profile with Membership.
Have there any article about it.

I have find some article in
http://beta.asp.net/QUICKSTART/aspne...e/default.aspx
But it is not what I want.
Nov 19 '05 #1
3 1069
This isn't exactly the model ASP.NET 2.0 is geared for. We discussed this
topic recently here:

http://forums.asp.net/864182/ShowPost.aspx

-Brock
DevelopMentor
http://staff.develop.com/ballen
I want to integrate Profile with Membership.
Have there any article about it.
I have find some article in
http://beta.asp.net/QUICKSTART/aspne...e/default.aspx But it
is not what I want.


Nov 19 '05 #2
ad
Thank Ballen,
But I didn't understand your opinions in the discussion you mentioned.
I just want to add some attrubutes to a users.
If ntegrate Profile with Membership is not a good idea, how can I do that?
"Brock Allen" <ba****@NOSPAMd evelop.com>
???????:46***** *************** **@msnews.micro soft.com...
This isn't exactly the model ASP.NET 2.0 is geared for. We discussed this
topic recently here:

http://forums.asp.net/864182/ShowPost.aspx

-Brock
DevelopMentor
http://staff.develop.com/ballen
I want to integrate Profile with Membership.
Have there any article about it.
I have find some article in
http://beta.asp.net/QUICKSTART/aspne...e/default.aspx But it
is not what I want.


Nov 19 '05 #3
Exactly -- Profile and Membership are two related, but different features.
Think of them are two different storage locations for different types of
data. Both types of data are for the one person, but one set is for authentication
and the other is for the extra profile data. So the model in v2.0 seperates
these two. If you don't want to do this, then don't use those features.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Thank Ballen,
But I didn't understand your opinions in the discussion you mentioned.
I just want to add some attrubutes to a users.
If ntegrate Profile with Membership is not a good idea, how can I do
that?
"Brock Allen" <ba****@NOSPAMd evelop.com>
???????:46***** *************** **@msnews.micro soft.com...
This isn't exactly the model ASP.NET 2.0 is geared for. We discussed
this topic recently here:

http://forums.asp.net/864182/ShowPost.aspx

-Brock
DevelopMentor
http://staff.develop.com/ballen
I want to integrate Profile with Membership.
Have there any article about it.
I have find some article in
http://beta.asp.net/QUICKSTART/aspne...e/default.aspx But
it
is not what I want.


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2212
by: Shimon Sim | last post by:
Hi I am working on application that need to hold custom user information - Last and first name, email, some other domain related information. I used to create Base class for all my pages. The base class would have CurrentUser property that would hold customer class in session and that was fine for all my situations. Now ASP.NET 2.0 came...
0
6230
by: Anonieko | last post by:
A lot of times, web hostings for ASPNET 2.0 will offer only MS Access DB for database for basic plan, a question often asked is how can I use the membership services, role, web parts services, etc for this MS Access db. Well, microsoft offers a download sample. Instructions are below. HOW TO USE MS ACCESS DB FOR ASPNET APPLICATION...
0
952
by: Jesse Johnson | last post by:
I have this block of code below, but when ran it only creates the member it doesnt fill in his profile data. Is there something I am missing? Please let me know what I can do, just trying to progamatically create a member and fill in his profile information. Thanks in advance. protected void btnCreateuser_Click(object sender, EventArgs e) {...
2
1388
by: jdp | last post by:
I've created a custom login control with values that are not used in the Membership table. I created these other fields through the <profiletag in the web config. I'm able to get a new member created my calling membership.create user and get the other fields saved by creating an instance of ProfileBase, calling...
2
2745
by: Annie | last post by:
Hello guys, I have set the MEMBERSHIP, ROLEMANAGER and PROFILE in my config file as below. I just want to use my own sql server 2000 table instead of MSDB.
1
2518
by: Mike | last post by:
Hi: I have been trying to create a web application that provides suport for two membership/profile databases: one for private users and one for another set of users. These tw user have a totally different set of profile attributes. I added the following code to my web.config (under system.web): <membership...
4
2488
by: Scott M. | last post by:
When profile data is stored in ASP .NET, where is the user data persisted? For how long is it persisted: is it session persisted or permanent (like a cookie)?
1
1879
by: shapper | last post by:
Hello, I am using a custom Profile provider as follows: public class Profile : ProfileBase { public Bio Bio { get; set; }
1
2660
by: shapper | last post by:
Hello, On my CMS I am signed as administrator and I am creating a Membership user and its profile: MembershipCreateStatus status; MembershipUser user = Membership.CreateUser("Joe", "Pass", "Joe@email.com", null, null, true, null, out status); if (user != null) { ProfileHelper profile =
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6281
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5218
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.