<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Security</title><link>http://forums.asp.net/25.aspx</link><description>All about ASP.NET security (authentication, authorization, membership, roles, etc.) and the Login controls. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=24&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to make the Membership calss access my own database?</title><link>http://forums.asp.net/thread/3274386.aspx</link><pubDate>Sat, 04 Jul 2009 07:22:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274386</guid><dc:creator>anas</dc:creator><author>anas</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274386.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=3274386</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;rickymartin211:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Is it possible to confonfigure ASP to store all those information in my database than ASPNETDB.MDF?

cheers


&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;This can be done by the aspnet_regsql tool. check &lt;a href="http://msdn.microsoft.com/en-us/library/x28wfk74.aspx"&gt;this link&lt;/a&gt; for more information.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to make the Membership calss access my own database?</title><link>http://forums.asp.net/thread/3274207.aspx</link><pubDate>Sat, 04 Jul 2009 04:18:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274207</guid><dc:creator>rickymartin211</dc:creator><author>rickymartin211</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274207.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=3274207</wfw:commentRss><description>&lt;p&gt;

Hi, 

The membership class provides teh routine to validate the user &amp;quot;ValidateUser(user, pwd)&amp;quot; that validates user without any adimition code. 
However, in order to use this fucntion, i have to user the ASPNETDB.MDF database and it&amp;#39;s table &amp;quot;aspnet_Users&amp;quot; table. 

But i havea seperate database that i have designed for the project. in it there is a entity that store login information. Therefore 
i needot validate all logins againts that table. However, i want to use the fucntions of teh membership class to validate users. 

tO acheive this i need to map the Membership class to my database than ASPNETDB.MDF. Is it possible to make the Membership class validate 
user in my Database than &amp;quot;ASPNETDB.MDF&amp;quot;?

I found that, there are some usefull tables stored in teh ASPNETDB.MDF Appications, Membership, Paths....etc. Is it possible to confonfigure ASP to store all those information in my database than ASPNETDB.MDF?

cheers


&lt;/p&gt;</description></item></channel></rss>