| |
|
|
itman21c
: On
April 18, 2008 3:12 PM
said:
|
Pls help me. Is there any way to use your vb source in my project as class type ? I have tried many times but couldn't get same effect with your source code.
|
|
|
|
|
|
SilverSwan
: On
June 11, 2008 4:27 AM
said:
|
Helpfull video and code, thank you! Small note: You might want to change the DeleteInactiveProfiles method. When the option ProfileAuthenticationOption.All is selected you use the same delete parameters for the delete stored procedure as when ProfileAuthenticationOption.Authenticated is selected.
|
|
|
|
muhammed
: On
July 23, 2008 5:44 AM
said:
|
|
|
|
|
|
|
|
sitewizard
: On
November 05, 2008 5:12 PM
said:
|
Great example and video. I am just wondering why you used integers for ID's when everything else is based on GUID? I am assuming that I can change this by re-writing the stored proceedures. Thanks
|
|
|
|
SoulGen
: On
December 06, 2008 11:27 PM
said:
|
Same as itman21c, please tell me how I can get same effect as yours with this video? Since, there's no file appear affter I refreshed the solution...
|
|
|
|
hellobanaras
: On
December 23, 2008 1:32 AM
said:
|
Great tutorial. It is very helpful for those who want to write a custom profile provider together with membership provider. Thanks Chris.
|
|
|
|
energizeer
: On
February 10, 2009 11:29 AM
said:
|
Great work. Can you include the stored proc code plz?
|
|
|
|
bohunt
: On
February 13, 2009 12:42 PM
said:
|
very easy to understand and follow, thanks!
|
|
|
|
blad3runn69
: On
February 15, 2009 6:45 PM
said:
|
^ what bohunt said :) thank you!
|
|
|
|
ai101
: On
March 25, 2009 5:11 PM
said:
|
|
|
|
|
|
cdebel2005
: On
March 31, 2009 7:33 PM
said:
|
Nice but incomplete. As you mentionned, most of the job is done in the StoreProc, and most of them are uncovered. I guess that we will have to figure out how to create them properly...
|
|
|
|
cdebel2005
: On
April 01, 2009 1:41 PM
said:
|
Nice piece of code here in GetProfileInfo: _sqlCommand.Parameters.Add("userName", SqlDbType.DateTime, 0).Value = usernameToMatch (DateTime!?!?!? LOL!) I wonder how many people have really tried this code.
|
|
|
|
drini83
: On
April 02, 2009 7:34 AM
said:
|
how can we install the ASP.Net into the SQL. There no mention of that thing into the video
|
|
|
|
drini83
: On
April 02, 2009 7:53 AM
said:
|
it has been a couple of videos that all that is mention is that "i have done this to win some time" but actually is the most important things that are not beeing shown into the videos. Does any one have any idea how to import the ASP.NET membership/tables into the SQL automatically
|
|
|
|
haithemara
: On
May 11, 2009 2:39 AM
said:
|
Good video and good turtorial. However, a simpler approach is to create a seperate table such as UserProfile with Primary ID Same UnqiueIdentifier and add whatever colums you like. Great tutorial, but too many overwritting functions that might causes nightmare in debugging. Thank you.
|
|
|
|
hairguy
: On
July 19, 2009 8:14 PM
said:
|
I disagree. There is a point where you can't have too many overwriting functions for debugging as long as it gets the job done. If this is not accepted just delete the comment. Hairstyles" target="_blank">http://www.the411onhair.com">Hairstyles and Bing" target="_blank">http://www.bing.com">Bing !
|
|
|
|
|
|
|
|
yutelin
: On
October 22, 2009 4:24 PM
said:
|
Could you share a Custom Role Provider? Thank you.
|
|
|
|
yutelin
: On
October 22, 2009 4:25 PM
said:
|
Could you share a Custom Role Provider? Thank you.
|
|