Tagged Questions

0
votes
1answer
22 views

Sharepoint user profiles with forms authentication

I've imported a bunch of users into my Active Directory with some custom fields. Then I did a profile import from Active Directory to Sharepoint with all the custom fields and reg …
0
votes
3answers
36 views

Writing a system for User Accounts

Hi, I am currently working on building my own blogging website from scratch (instead of using WordPress or Drupal). I have the articles set up and stored in databases and the webs …
0
votes
3answers
18 views

Complex mapped properties in Sharepoint

Is there any way to set a more complex mapping in a sharepoint profile? What I'm trying to do is set it so that a user's picture is set as the equivilent of String.Format("http:// …
0
votes
1answer
43 views

Configure Outlook Mail Settings Programmatically?

Was wondering if there was a simple way to add and configure a POP3 server to Outlook's mail server settings programmatically? Searching Google seems to yield results that tell me …
1
vote
1answer
89 views

ASP.NET Profiles - Add a profile to an existing user

How do you add a profile entry (consisting of a guid, two strings, and an integer) to an existing user in the default SQL profile and membership providers? I can do this either vi …
1
vote
1answer
17 views

Whats a solution for using Profiles in asp.net Web Applications?

What solutions are available to access Profile information since Web Applications do not expose ProfileCommon class like Web Site projects do.
1
vote
2answers
450 views

Maven server authentication as profile properties

Hi all, I am trying to setup a shared authentication system on a build server. We have several maven projects that declares how the deployment should be done regarding the differe …
0
votes
0answers
64 views

Commerce Server 2007: A duplicate value for unique key member GeneralInfo.Username found while building indices for profile

I found a couple other postings discussing this error, but my situation is slightly different than the others I've seen First let's get the platform/settings out of the way: * CS …
1
vote
2answers
206 views

ASP.Net MVC & Memberships…

Hi all, I would really appreciate some feedback on what I am trying to achieve: The problem: I would like to authorize a user of my application to a single action on the contro …
0
votes
1answer
723 views

‘System.Web.Security.SqlMembershipProvider’ requires a databse schema compatible with schema version ‘1’.

Hi, i want to use profiles and was able to use aspent_regsql -A p to install the tables. I can see them throught SQL management studio. Im actually using SQLExpress 2005, and my …
3
votes
3answers
356 views

Place to store user settings in Sharepoint besides profiles

Is user profiles an appropriate place to store things like number of items per page in a custom grid user selected? (I you can store it in the view, but it won't be per user this w …