1
vote
1answer
36 views

How to set and retrieve custom profile properties in sharpeoint 2010 FBA

I have one sharepoint site in which FBA was enabled. I am trying to show all the registerd users in a grid. Along with the username and password i want to show some custom properties like company and ...
0
votes
1answer
258 views

How to create a new FBA user programatically using VS 2010?

I am looking to create a new FBA user (explicitly) in the membership db using the membershipuser create user programatically. The purpose is to test permissions using the spfarm account. What is ...
4
votes
2answers
898 views

SharePoint 2010 FBA: Redirect on Sign Out

I'm using the SharePoint 2010 FBA Pack http://sharepoint2010fba.codeplex.com/. Basically, I want to redirect to the homepage once a user Sign's out. I'm unable to find this. Could someone please help ...
4
votes
1answer
1k views

Programmatically create MySites for Users with FBA

I am trying to create MySites for users programmatically but I am receiving the following error: My Site creation failure for user '' for site URL 'http://goaccel-app2:1000/sites/mysites/personal/'. ...
4
votes
6answers
442 views

Does the level of effort justify using SharePoint 2010 as a public facing webportal?

I have a predicament in a project I'm currently involved in. Due to the nature of the project and the customer, I will not be able to disclose any detailed information regarding the actual project, ...
0
votes
2answers
2k views

Unable to login from custom login page - FormsAuthentication.RedirectFromLoginPage fail

I created custom login page for FBA access (SP 2010). In related custom code i inherit Microsoft.SharePoint.IdentityModel.Pages.FormsSignInPage class. Problem: I would like to login in sharepoint ...
1
vote
1answer
340 views

SPClaimsAuthMembershipProvider returns only aspnetdb users - WHY?

If I use : MembershipProvider membership = Membership.Providers["AspNetSqlMembershipProvider"]; MembershipUserCollection msc = membership.GetAllUsers(0, 200000, out totalnumber); I got all userS ...
3
votes
2answers
741 views

FBA custom login page - membership provider returns “The method or operation is not implemented.”

My SP web application use FBA authentication (AD and aspnetSQLmembership providers). I want log in to SP site from custom SP login page. In code-behind page (my class inherit ...
1
vote
2answers
426 views

UserNotFoundException with ActivityManager

Here is a weird situation. The site works with forms based authentication. I need to get the activity feed of the current user. As you know in FBA mode login names are prefixed with ...