<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Forms Authentication with SharePoint (in English)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/258508_100x75.jpg</url>
		<title>Channel 9 - Forms Authentication with SharePoint (in English)</title>
		<link></link>
	</image>
	<description>
This screencast shows you how to use FormsAuthentication on a Windows SharePoint Services 3.0 site (WSS 3.0). 
It then continues with showing how to enable multiple authentication methods on one site (using Windows authentication and FormsAuthentication simultaneous). 
Last but not least it shows how to create a page in SharePoint that let you administrate your users that uses FormsAuthentication (in this case how to create new users). 
Oh, yeah. It starts where http://channel9.msdn.com/ShowPost.aspx?PostID=314283#314283 left off. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 01:27:26 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 01:27:26 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[I am trying to setup FBA by using a provider that inherits from the MembershipProvider and has to plug-in to the existing authentication provider.&nbsp; I got it to show the Access Denied (confirmed by checking the trace) and the login does return a true means
 it is authenticating against the db, however, I am not able to pull up the user account in the site collection administrators, simple get user not found.<br>
<br>
Any idea on what I need to do here?<br>
<br>
thanks.<br>
<p>posted by aramanan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633433708060000000</link>
		<pubDate>Wed, 09 Apr 2008 20:46:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633433708060000000</guid>
		<dc:creator>aramanan</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[
<p>Sorry for my late response, I don't check this place for comments...<br>
<br>
I'm guessing that you haven't implemented the GetUser function.</p>
<p>Set breakpoints on all the functions (they throw exceptions from the beginning), and then attach to the w3wp.exe processes. Then you should be able to see which function that doesn't do what it's supposed to do.</p>
<p>My next screencast will show how to build your own Membership provider that can be used on any ASP.NET 2.0 site (including SharePoint).</p>
<p>posted by BomBom</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633517190020000000</link>
		<pubDate>Tue, 15 Jul 2008 11:43:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633517190020000000</guid>
		<dc:creator>BomBom</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[
<p>Thank alot for your lesson anyway I have one problem in my sharepoint. I created picture library to store picture but when I upload mutiple pictures from client picture (Microsoft office picture manager) it display error message &quot;Fail to upload xxxx.jpg
 try upload again..&quot;<br>
Is there any solution to download multiple pictures after we use aspmembershipProvider?<br>
<br>
Thank.</p>
<p>posted by ratana</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633543040220000000</link>
		<pubDate>Thu, 14 Aug 2008 09:47:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633543040220000000</guid>
		<dc:creator>ratana</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[I'm guessing that you mean &quot;... UPLOAD multiple pictures...&quot;<br>
<br>
This is outside my area of expertise, but when you choose Forms Authentication you most often don't click in &quot;Enable Client integration&quot; in SharePoint because this is best practise.
<br>
<br>
So I don't think this error is related to your provider, rather if you want this functionality you should use AD instead...<br>
<p>posted by BomBom</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633547311890000000</link>
		<pubDate>Tue, 19 Aug 2008 08:26:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633547311890000000</guid>
		<dc:creator>BomBom</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[Question, I've implemented a membershipprovider that calls the MS&nbsp;dynamics crm &nbsp;webservices to authenticate against the contacts. When I try this in an asp.net webapplication it works good. but in sharepoint (after I gave the server full trust permissions)
 nothing happens, really nothing. I do not get error's nor confirmation. I always get &quot;the server cannot check your credentials&quot; in the FBA&nbsp;page and in the lookup dialogs in SCAW I get &quot;the user is not found&quot;<br>
<br>
Normally errors should be written to the application event log but nothing in there.<br>
<br>
Thanks<p>posted by Philippe</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633686687750000000</link>
		<pubDate>Tue, 27 Jan 2009 15:59:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633686687750000000</guid>
		<dc:creator>Philippe</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[
<div id="ctl00_MainPlaceHolder_EntryList_ctl01_EntryTemplate_BodyLabel">
<p>When clicking on Play, nothing happens. Is there anywhere I could download this screencast?</p>
<p>Tnx in advance!</p>
<p>/S.</p>
</div>
<p>posted by Schepan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633850780940000000</link>
		<pubDate>Wed, 05 Aug 2009 14:08:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633850780940000000</guid>
		<dc:creator>Schepan</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[
<p>Hi!</p>
<p>I'm talking to the Channel9 team about this. Please send me an email if you need it faster then they work (<a href="mailto:kalleb@microsoft.com">kalleb@microsoft.com</a>)</p>
<p>posted by BomBom</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633853177600000000</link>
		<pubDate>Sat, 08 Aug 2009 08:42:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c633853177600000000</guid>
		<dc:creator>BomBom</dc:creator>
	</item>
	<item>
		<title>Re: Forms Authentication with SharePoint (in English)</title>
		<description>
			<![CDATA[
<p>If you right click on the preview and choose save as then you can download the screencast.
</p>
<p>posted by Asvik</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c634033078300000000</link>
		<pubDate>Thu, 04 Mar 2010 13:57:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/BomBom/Forms-Authentication-with-SharePoint-in-English#c634033078300000000</guid>
		<dc:creator>Asvik</dc:creator>
	</item>
</channel>
</rss>