asp.net-profiles
Need explanation for CreateWizard and Profiles upon insertion into the database
I finally got the CreateWizard and Profile to work on my system, but I am having trouble understanding why properties in the profile are stored in the database the way it is.For example, everything I[详细]
2023-02-08 05:06 分类:问答ASP.NET Custom Profile Error
I have an issue with an ASP.NET profile implementation. This is my profile code: public class UserProfile: ProfileBase[详细]
2023-02-07 03:32 分类:问答Adding System.Web reference to Business Logic Layer in n-layer Architecture
I\'m using TableProfileProvider to use ASP.NET profile system in an n-layer architecture. The UI layer is a web application so I have to expose the profilecommon class to be able to use profiles.[详细]
2023-02-06 13:50 分类:问答How does the applicationName attribute actually work?
I am just wondering why did asp.net team choose / as the default value of Membership Role application name rather than the project name that makes sense?[详细]
2023-01-31 04:49 分类:问答How can I let a user fill in profile parts when registering? (Using providers)
I am trying to let a user fill in profile options when they are registering. I am using the providers that come with asp.net by default.[详细]
2023-01-29 12:16 分类:问答Page.Profile not saving after user created in a CreateUserWizard
I Have the following code which fire开发者_如何学运维s OnCreatedUser and doesn\'t throw any errors. Profile.Title is getting set to the correct value when inspected after the assignment.[详细]
2023-01-29 11:07 分类:问答Managing User Profiles in asp.net MVC2
I\'m trying to add user management to a web app using .net MVC2, similarly to ProfileProvider: retrieve list of all profiles.[详细]
2023-01-28 15:31 分类:问答ASP.NET MVC Url display problem
I have recently been experimenting with the profile features of ASP.N开发者_运维知识库ET. I am having trouble getting a \"website\" property to display correctly. For example, if the website I enter i[详细]
2023-01-24 06:34 分类:问答Are there more efficient alternatives to ASP.NET 2.0 anonymous Profiles?
I discovered ASP.NET profiles a few years back and found it quick and easy to implement some powerful functionality in my web site. I ended up exclusively using \"anonymous\" profile properties becaus[详细]
2023-01-19 07:14 分类:问答suggestions for Membership in ASP.NET MVC application
With this question I am mostly looking for answers from people th开发者_高级运维at have implemented the out-of-the-box ASP.NET membership in their own database - I\'ve set up the tables inside my data[详细]
2023-01-15 18:32 分类:问答