<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Storing Additional User Information</title><link>http://www.asp.net</link><pubDate>Wed, 06 Mar 2013 13:33:55 GMT</pubDate><generator>umbraco</generator><description>Comments for Storing Additional User Information</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33378" rel="self" type="application/rss+xml" /><item><title>Comment Posted by eidand</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Mon, 16 Aug 2010 09:16:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009864</guid><description><![CDATA[ <p>Hi Scott,</p><p></p><p>I use almost the same approach in any application I write that requires the use of the membership system.</p><p>There is one slight difference however. I don&#39;t like to use a guid for the foreign key relationship to external tables because it makes working with data harder than it should be. </p><p></p><p>I simply create a new int field in the aspnet_Users called something like LocalID, then set it to be an identity field. This way every time a user is added a get a unique int to work with, which is much simpler for me to work with. Then I use that LocalID to link to any external tables as required.</p><p></p><p>It&#39;s not a huge difference but it simplifies the work a bit :).</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/eidand.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by danilobucheli</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Thu, 23 Sep 2010 17:57:58 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010357</guid><description><![CDATA[ <p>In the protected void NewUserWizard_ActiveStepChanged at the final part it is necessary to make an Insert instead of an update (string updateSql = &quot;UPDATE ...) , so there is a little correction in the code.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/danilobucheli.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nchekwube</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Wed, 09 Mar 2011 06:57:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012407</guid><description><![CDATA[ <p>I need exactly what is described here but it&#39;s just that I&#39;m developing a MVC app. I am new to ASP.NET so a bit lost. Is there any tutorial like this one for mvc apps?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/nchekwube.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by asadazmat</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Tue, 05 Apr 2011 10:44:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012715</guid><description><![CDATA[ <p>Can stop myself leaving &quot;Good Work&quot; comments for this tutorial same like so many other tutorials by Scott!</p><p>I am a big fan of him.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/asadazmat.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rafael.shemesh</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Sun, 19 Jun 2011 18:48:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013558</guid><description><![CDATA[ <p>Omg.. I found here all I need for two those days, thx alot.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/rafael.shemesh.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ravi25a</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Thu, 17 Nov 2011 09:36:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014644</guid><description><![CDATA[ <p>Please tell me whats is the password for Tito in the above example?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ravi25a.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ZhanW</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Mon, 05 Mar 2012 06:31:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015025</guid><description><![CDATA[ <p>thanks Scott</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ZhanW.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by phil5p</title><link>http://www.asp.net/web-forms/tutorials/security/membership/storing-additional-user-information-cs</link><pubDate>Wed, 06 Mar 2013 13:33:55 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018591</guid><description><![CDATA[ <p>Hi, I was hoping someone could help me with this tutorial. I am currently trying to display user information on  my website, however there seems to be an issue with the above code. </p><p></p><p>I think the reason is because I am using ASP.NET 4.0.</p><p></p><p>Could someone please point me in the right direction.</p><p></p><p>Thanks, Phil</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/phil5p.jpg?forceidenticon=false&amp;dt=635044936800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>