The profiles tag has no wiki summary.
0
votes
1answer
384 views
How to implement profiles in an Android application?
I'm coding an app that uses configurable profiles for different user preferences: many different users will use the same app on the same device.
The problem is that I can't use Android's ...
3
votes
2answers
2k views
iPhone App IDs and Provisioning… Does App ID get used instead of provisioning ID if I decide to use Push?
This is a question that has been bugging me for a while. I started my app (now submitted -- not yet approved) not wishing to get into the mess that is APNS (Push).
I did the following:
iPhone ...
13
votes
1answer
6k views
Maven Change a value in a file based on profile
I have a properties file called ApplicationResources.properties in my application with a property that changes depending on the environment. Let us say the property is:
...
0
votes
0answers
121 views
ASP.Net : Storing Profile settings in the session
This question is potentially a big one but does anyone have a solution to store Profile properties in the Session rather than in a database. Sample source code for a ProfileProvider would be okay but ...
1
vote
2answers
2k views
SharePoint User Profile Search
Is there a way to search profiles in MOSS from the object model? I need to search for profiles that have a certain value set on their profile and then perform some action for them.
I need to write ...
0
votes
3answers
2k 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 regular fields. After ...
0
votes
3answers
148 views
Writing a system for User Accounts
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 website runs queries on the ...
0
votes
3answers
207 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
...
1
vote
2answers
929 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 I have to ...
1
vote
1answer
58 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
1answer
585 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 via a sql query or C# ...
1
vote
2answers
543 views
ASP.Net MVC & Memberships
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 controller. For e.g.: a user can ...
2
votes
2answers
6k views
Maven server authentication as profile properties
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 different teams that we have (each ...
1
vote
2answers
6k views
'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'
I want to use profiles and was able to use aspent_regsql -A p to install the tables. I can see them throughout SQL management studio.
I'm actually using SQLExpress 2005, and my ...
5
votes
3answers
791 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 way).
My first ...