BomBom
Niner since 2007
-
How to build your own custom action for SharePoint Designer 2007
Avg Rating: 0
This screen cast shows you how to build your own custom action for SharePoint Designer 2007.
Read more about it here: http://blogs.msdn.com/kalleb/archive/2009/07/22/how-to-build-your-own-custom-action-for-sharepoint-designer-2007.aspx
Enjoy! -
Building your own MemberShipProvider in ASP.NET 2.0 and use it in SharePoint
Avg Rating: 0
The last screencast (I think) from me about Authentication in SharePoint.
In this screencast I build a MemberShipProvider that is checking the users against an XML file instead of a SQL database ("using virtually no code at all").
I build it in ASP.NET 2.0, use it that site and then show... -
Forms Authentication with SharePoint (in English)
Avg Rating: 0
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...
-
Forms Authentication with SharePoint
Avg Rating: 0
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...
-
Building a SharePoint workflow in Visual Studio part 2
Avg Rating: 0
This screencast shows how to work with tasks in a workflow build in Visual Studio for SharePoint.
Part 1 can be found under http://blogs.msdn.com/kalleb look for SharePoint inovation day. There you will find a "Hello World" workflow. It will show you how to deploy a workflow from Visual...
-
Authentication Provider .Net 2.0 Out Of The Box
Avg Rating: 0
Get up and running with the build in functionality in the Authentication Providers in .Net 2.0
This is a short screencast to prepare you for FormsAuthentication in SharePoint, which will be aired at a later date
Oh yeah, I almost forgot. It's in swedish, but the code speaks for itself... -
How to develop a SharePoint WebPart old style, på svenska.
Avg Rating: 0
Hur man utvecklar en WebPart för SharePoint och debuggar den. Detta är innan VSTO har levererat projekttyper för detta...
Staff
Here is a list of Channel 9 staff members.
Forms Authentication with SharePoint (in English)
Aug 08, 2009 at 1:42 AMHi!
I'm talking to the Channel9 team about this. Please send me an email if you need it faster then they work (kalleb@microsoft.com)
Building your own MemberShipProvider in ASP.NET 2.0 and use it in SharePoint
Jul 21, 2009 at 2:23 AMI'm checking with the team about this.
Send me an email on kalleb@microsoft.com and I'll see to it that you can get the screen cast some other way.
It's fixed now! Thanks for the headsup!
Forms Authentication with SharePoint (in English)
Aug 19, 2008 at 1:26 AMThis is outside my area of expertise, but when you choose Forms Authentication you most often don't click in "Enable Client integration" in SharePoint because this is best practise.
So I don't think this error is related to your provider, rather if you want this functionality you should use AD instead...
Forms Authentication with SharePoint (in English)
Jul 15, 2008 at 4:43 AMSorry for my late response, I don't check this place for comments...
I'm guessing that you haven't implemented the GetUser function.
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.
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).