<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx</link><description>There is already a good no. of examples in different blogs showing how to implement FBA in MOSS 2007/WSS 3.0. Here are the steps I followed and found working perfectly for me: 1. Set up a web application and a site collection under it. Do not open the</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to Implement Form Based authentication in MOSS/WSS using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#3690435</link><pubDate>Wed, 04 Jul 2007 17:56:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3690435</guid><dc:creator>Heather</dc:creator><description>&lt;P&gt;Do you know of any menu based authentication? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could this be modified to show menus based on the user group or permission?&lt;/P&gt;</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#4208360</link><pubDate>Fri, 03 Aug 2007 18:28:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4208360</guid><dc:creator>pranab</dc:creator><description>&lt;p&gt;I am not sure what do you mean by menu based authentication. Can you explain this in more detail?&lt;/p&gt;
</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#5008874</link><pubDate>Thu, 20 Sep 2007 11:26:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5008874</guid><dc:creator>srikanth sapelly</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;I am unable to see the Mysite link in one of our portal which has forms authentication enabled. How can import all user profiles of Aspnetdb database in our portal. I tried from shared service provider, user profiles and properties but not succeded, can you help me out in this regard, please mail your response to shreecanth@gmail.com&lt;/p&gt;</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#5121542</link><pubDate>Tue, 25 Sep 2007 17:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5121542</guid><dc:creator>pranab</dc:creator><description>&lt;p&gt;Here are 2 URLs showing how to manage form based users:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/fba/Wiki/View.aspx?title=Home"&gt;http://www.codeplex.com/fba/Wiki/View.aspx?title=Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.chandima.net/Blog/Lists/Posts/Post.aspx?ID=6"&gt;http://www.chandima.net/Blog/Lists/Posts/Post.aspx?ID=6&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#5164907</link><pubDate>Thu, 27 Sep 2007 13:30:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5164907</guid><dc:creator>srikanth sapelly</dc:creator><description>&lt;p&gt;pranab,&lt;/p&gt;
&lt;p&gt;thanx for your comments, the links that you have provided talks about forms based authentication(FBA), which i know earlier only, but what i want is configuring the &amp;quot;MySite&amp;quot; link on FBA site. I am unable to see the &amp;quot;MySite&amp;quot; link on FBA site.&lt;/p&gt;
&lt;p&gt;help will be appreciated.&lt;/p&gt;
&lt;p&gt;Thanx,&lt;/p&gt;
&lt;p&gt;srikanth sapelly&lt;/p&gt;</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#5171133</link><pubDate>Thu, 27 Sep 2007 20:24:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5171133</guid><dc:creator>pranab</dc:creator><description>&lt;p&gt;At the end of the article itself I already provided a link to a resource where you can find how to resolve the MySite issue.&lt;/p&gt;
</description></item><item><title>WorkFlow 开发</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#5390962</link><pubDate>Wed, 10 Oct 2007 14:07:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5390962</guid><dc:creator>蓝色飞翔</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/zh-cn/library/aa830816.aspxhttp://www.wwfcn.net/http://msdn2.microsoft.c"&gt;http://msdn2.microsoft.com/zh-cn/library/aa830816.aspxhttp://www.wwfcn.net/http://msdn2.microsoft.c&lt;/a&gt;...&lt;/p&gt;
</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#8328519</link><pubDate>Fri, 21 Mar 2008 08:12:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8328519</guid><dc:creator>priyanka</dc:creator><description>&lt;p&gt;Can i have more than one membership prviders for the same zone? I need it bcoz our ADS hierarchy is of domains and sub domains, plz help.&lt;/p&gt;</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#8459225</link><pubDate>Mon, 05 May 2008 04:42:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8459225</guid><dc:creator>Raxi</dc:creator><description>&lt;p&gt;Hi Pranab...&lt;/p&gt;
&lt;p&gt;Can u pls tell me how to add custom code in login form on button click. (For Eg: counting falure attempt and sending mail as an alert)&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description></item><item><title>re: How to Implement Form Based authentication in SharePoint 2007 (MOSS/WSS) using AspNetSqlMembershipProvider</title><link>http://blogs.msdn.com/pranab/archive/2007/07/02/how-to-implement-form-based-authentication-in-moss-wss-using-aspnetsqlmembershipprovider.aspx#9851121</link><pubDate>Tue, 28 Jul 2009 19:18:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9851121</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Great steps to complete FBA. However, when I have this setup and I access the site. I see Sign in. When I sign in as the Primary collection administrator I do not see the Site Actions Menus. I had to allow ananymous access to the site before even this would occur. Am I missing something in my configuration for FBA?&lt;/p&gt;</description></item></channel></rss>