| bio | website | planetwilson.co.uk |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | May 20 at 13:48 | |
| stats | profile views | 36 |
|
Feb 1 |
awarded | Yearling |
|
Sep 29 |
comment |
FBA accounts not found Ahaa! I was actually doing that previously but removed it as I thought it was causing other issues. I used the following function in the end. public static string EncodeUsername(string username)
{
SPClaim claim = new SPClaim(SPClaimTypes.UserLogonName, username, "http://www.w3.org/2001/XMLSchema#string", SPOriginalIssuers.Format(SPOriginalIssuerType.Forms, GetMembershipProvider()));
return SPClaimProviderManager.Local.EncodeClaim(claim);
} |
|
Sep 29 |
awarded | Scholar |
|
Sep 29 |
accepted | FBA accounts not found |
|
Sep 28 |
awarded | Student |
|
Sep 27 |
asked | FBA accounts not found |
|
Sep 26 |
awarded | Supporter |
|
Aug 20 |
answered | SP2010: Strange behavior querying on taxonomy field |
|
Aug 8 |
answered | best practice dispose parentWeb on feature activated, how to fix it in this scenario? |
|
Jul 30 |
answered | SharePoint Development Licensing |
|
Jul 20 |
answered | How to specify file name using web services? |
|
Jul 20 |
comment |
How to specify file name using web services? Have you tried "BaseName" ? or "URL" ? |
|
Jul 19 |
answered | Timeout error when accessing list view |
|
Jul 19 |
answered | Cannot locate corev4.css file |
|
Jul 19 |
answered | How to download a sharepoint directory with wget? |
|
Jul 18 |
comment |
SharePoint 2010 Performance troubleshooting Are the other pages returning quickly, it is just this page which is slow? |
|
Jul 18 |
comment |
Computer's Requirement Enough for Sharepoint 2010 Running VMs on a USB connection isn't a great idea due to latency in access. The straight throughput speed isn't the whole story. The random access going on running a VM will sufer on a USB 3 connection rather than a proper SATA interface. |
|
Jul 18 |
answered | Installing Sharepoint 2013 preview on Windows 7 |
|
Jul 18 |
comment |
User Permissions Access Denied SharePoint 2010 What is the URL the user is trying to access when getting access denied, are they accessing the subsite directly through http://sitecollection/subsite2 or attempting to get into http://sitecollection first? |
|
Jul 18 |
answered | sharepoint 2010 adding more fields in user profile, accessible from spuser |