Tagged Questions
3
votes
1answer
891 views
Active Directory Custom User Profiles/Attributes?
I am currently using the ActiveDirectoryMembershipProvider just for authentication on an internal business app built in asp.net. This works like a charm.
I am now looking to add some functionality to ...
2
votes
4answers
464 views
asp.net profile provider
I know there are already some questions on this topic on the site...
I am just trying to understand if it's safe to use ASP.NET Profile Provider with a website with huge traffic?
The way I see ...
1
vote
2answers
144 views
Is it possible to persist two profiles with the Profile Provider Model?
I have a website that needs to store two sets of user data into separate data stores. The first set of data is used by the SiteCore CMS and holds information about the user. The second set of data is ...
1
vote
0answers
115 views
What is the ASP.NET security client services profile provider data type?
This seems to be a simple question, but I cannot find the answer after much searching.
I have an application that uses the ASP.NET security system. The membership uses a ...
1
vote
1answer
511 views
Profile Providers and Windows Authentication
All our inhouse projects use Active Directory authentication and impersonation as this is the accepted security policy for the company.
I currently have a scenario where I need to store user profile ...
1
vote
1answer
668 views
asp.net Profile Provider Search on specific property
I am using the SqlProfileProvider class in one of my projects and I would like to be able to search for profiles on an arbitrary profile property (e.g. Birthday).
The only search method that I have ...
1
vote
3answers
431 views
Role based Profile data in asp.net ProfileProvider
I have defined a couple of different roles in my asp.net website : Administrators, DefaultUsers. Currently i use the built-in profile provider to store some information about the user (first name, ...
0
votes
0answers
41 views
Access membership properties from remote server/app
Extending the membership properties with ProfileProvider, seems to serialize all the extended properties as BLOB(?) in the aspnet_Profile table.
With a program on a remote server, I would like to ...
0
votes
1answer
154 views
Binding formview with profile in asp.net
I want to display and update user profile using FormView control. But I dont know exactly how to do this.
I am using custom providers for Roles, Membership and Profile. Everything is working fine.
...
0
votes
3answers
377 views
Should I store images with my profiles (sql profile provider)?
I'm developing an intranet webapp in asp.net that has a requirement for storing user profile images.
@edit: The webapp should be running in two different web servers at the same time.
My question ...