I have created some profile properties for when a new user is added to our system. One property is called \'Client\' and links this user to a part开发者_运维问答icular client and stores a client id.
I have a Web Application Project and implemented profile properties in the web.config. When I found t开发者_开发知识库hat I couldn\'t access the ProfileCommon object I googled and found some workaroun
I\'ve been using ASP.NET MVC with membership-based login for several years and everything is working fine (it\'s now MVC3, but开发者_JAVA百科 membership didn\'t change since the first version which wa
My app can handle Medics and Patients. So far everyone can login and perform different tasks on the site.
any idea how I can get user FirstName and LastName from the aspnet_profile table based on UserID using SQL becasue I would like to use in Telerik Reporting as a user parameter.
Im new to using Profiles in vb.net and trying to figure out what im doing wrong. In webconfig开发者_如何学JAVA I have the following code:
I\'m trying to assign some value to user profile after a user create a membership (create an account), after logging in but before the next httprequest
Here\'s the layout: I\'m developing an internal ASP.NET Web App (in VB.NET) with an SQL Server Database.
I am converting a web application from asp.net to MVC3 and am trying to figure out how to set and access the profile properties that were configured in the old application.
I hope someone can help me get over this probably simple problem. I used to use ASP and up until recently had no need to move to .NET but now I have, I\'ve realised that I\'ve missed a huge developme