Understanding ASP.NET Memberships

Please install Silverlight or click download to watch video locally.

In this video Joe Stagner looks at working with the built-in providers, available to ASP.NET developers, for membership. For additional information about this video, read the Creating the Membership Schema in SQL Server security tutorial.

Presented by Joe Stagner

Duration: 22 minutes, 46 seconds

Date: 04 August 2008

Watch    Video   |   Download    Video   |   VB Code    C# Code

Video downloads: WMV  |  Zune  |  iPod  |  PSP  |  MPEG-4  |  3GP

Audio downloads: AAC  |  WMA  |  MPEG-4  |  MPEG-3  |  MPEG-2

Comments : 14

Leave a Comment

FelixRMelendez : On August 05, 2008 12:30 AM said:

Joe,

This series has been great! so far, so good, but... how about showing an example of extending membership by using new properties? I mean adding a some new attributes to certain table and then being able to read such values and then displaying them in a web page?

:-)

Matt3.5 : On August 05, 2008 4:28 AM said:

Felix, you would use the profile provider for that. There are other videos showing that on asp.net and articles on msdn. If you do not want to use the blob approach you can also use the table/sproc profile provider. For a start it would be better to do this than add additional columns to the membership tables otherwise you could go over the page size (in sql server) and this will effect performance as sql server will split pages. For this reason it is better to encapsulate additional profile data in a different table and FK it to a particular userID.

guru_sarkar : On August 06, 2008 4:21 PM said:

just an idea ... moving this video to #8 from #10 would make a bit more sense.

azamat : On August 07, 2008 2:22 AM said:

It gets stop after 08.47 minutes :(

cv_vikram : On August 14, 2008 7:02 AM said:

good video...

mtalam : On August 27, 2008 9:34 AM said:

Hi Joe and all friends,

Need your help to have some understanding.

I have an application at ASP 3.0, planning to move it to .net 3.5 with membership.

The question is, should i keep membership table in separate database and application at separate or all should be in one.

If separate database, then how we create referncial integrity b/w two separate database using userid field.

If same database for membership and application, then which table should be used to create refrencial intrigity.

Please guide.

Thank you

MTA.

asater : On August 29, 2008 6:52 AM said:

Hello Mtalam,

you better off posting your question on the Forums, you get a fast answer.

Thank you Joe for the video

djibril_chimere_DIAW : On October 26, 2008 3:34 PM said:

Thanks ! Jërëjëf !

haithemara : On May 21, 2009 11:19 PM said:

thank you Joe.

PapillonUK : On July 11, 2009 11:34 PM said:

Nice. Thanks Joe. I wish "whoever" would fix the issue with the Silverlight Player though which effects the many users with a 2nd monitor. Its great to have the video running full screen on a second monitor, but as soon as you click anywhere on the main monitor, the video shrinks back down to tiny size - Grrrrr!!!! I notice several Flash video players (including the BBC) are now beginning to fix this.

dneaster3 : On July 28, 2009 4:41 PM said:

I agree with PapillonUK. Having fullscreen on one monitor and VWD in the other would make my world complete... at least for a day or two.

big star : On October 12, 2009 9:58 AM said:

all the links are broken. why?

not.tp106 : On October 18, 2009 12:11 AM said:

Thank you Joe.

DnshPly9 : On November 01, 2009 7:48 PM said:

very helpful video

thanks

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities