<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : ASPNet Security and my own table</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : ASPNet Security and my own table</description>
  <pubDate>Sun, 12 Apr 2026 00:28:42 -700</pubDate>
  <lastBuildDate>Fri, 17 Dec 2010 14:55:02 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2381</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>ASPNet Security and my own table : Bill;It is possible to use your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2381&amp;PID=9426#9426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2381<br /><strong>Posted:</strong> 17-Dec-2010 at 2:55pm<br /><br />Bill;<div><br></div><div><div>It is possible to use your own tables with ASP.NET Membership because it uses a provider model. However, this is outside the scope of DevForce and it is not encouraged to do so. You can see the website below for more info.</div></div><div><br></div><div>http://weblogs.asp.net/scottgu/archive/2005/10/17/427731.aspx</div><div><br></div><div>A few suggestions:</div><div><br></div><div>1. You can issue a Forms authentication ticket (cookie) when a login occurs and not use the whole ASP.NET Membership architecture. To do this, you could sub-type the AspNetAuthenticatingLoginManager and override the ValidateUserCore method to do your own validation against your own user table.</div><div><br></div><div>2. Or you can implement your own login manager entirely and just call FormsAuthentication.SetAuthCookie to set the cookie.</div><div><br></div><div>Hope this helps.</div>]]>
   </description>
   <pubDate>Fri, 17 Dec 2010 14:55:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2381&amp;PID=9426#9426</guid>
  </item> 
  <item>
   <title>ASPNet Security and my own table :   In my user database,I have...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2381&amp;PID=9419#9419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2381<br /><strong>Posted:</strong> 16-Dec-2010 at 5:25am<br /><br />In my user database,&nbsp;I have a table called Users, which has a field called UserCd which is the login and a field called password. I want to use ASPNet Security but with my own table called users. Is there sample code showing how to do that?<DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 16 Dec 2010 05:25:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2381&amp;PID=9419#9419</guid>
  </item> 
 </channel>
</rss>