asp.net-profiles
ASP.NET: How can I create a Login System using aspnet_regsql.exe?
I want to create a login system using aspnet_regsql.exe After the aspnet_regsql.exe installiation in my SQL Server, 开发者_运维知识库then what should I do next?[详细]
2023-03-21 19:34 分类:问答Profile variables in asp.net tracking session with login control?
I have been making a web site with a cart in开发者_运维知识库 asp.net using visual studio 2010. My question is concerning the Profile variable and Login Control.[详细]
2023-03-19 11:47 分类:问答ASP.Net - ProfileCommon Save() not working!
I have been banging my head over saving the Profile the whole day but couldn\'t accomplish it. I am able to create a profile, delete, but not edit the details![详细]
2023-03-09 16:59 分类:问答How to Query from Asp.Net Profile Properties using LINQ
I have开发者_如何学Go Asp.net profile property Profile.Location, Gender etc i need to get list of all users whose Location belongs to \"London\" and Gender = male[详细]
2023-03-08 20:20 分类:问答Should I use ASP.NET Profiles here?
I\'m working on a rewrite of a website that has to pull its user data data from a third-party system accessed via remote objects. In the interest of standardization, I\'ve implemented a custom Members[详细]
2023-03-03 04:47 分类:问答profilebase.create(username) causes user to appear online
I\'m experiencing something and I want to validate that this is what I\'m seeing, and see if anyone has any ideas regarding how to aleviate it.[详细]
2023-02-21 18:34 分类:问答Best way to check a setting in all profiles
Using ASP.net, is there a recommended best way to access a particular field of the profile in code. I was looking in my old Problem-Design-Solution 2.0 book, and it does it by pulling all members in t[详细]
2023-02-19 08:55 分类:问答ASP.NET Custom Profile Object Fails After Changing to MSBuild Deployment
We have an ASP.NET 2.0 web forms app that used to be deployed via a web deployment project. Recently we deployed a new version built by TFS/MSBuild and the change seems to have caused a problem with t[详细]
2023-02-17 12:13 分类:问答How to GetProfile by custom properties?
<profile enabled=\"true\" automaticSaveEnabled=\"false\"> <properties> <add name=\"InvitationCode\" type=\"String\"/>[详细]
2023-02-16 08:05 分类:问答Profile Object + View Model + Updating User Profile MVC C#
Problem: I have created a custom profile object as described by Joel here.I then used Jeremy\'s method (here) to extend the custom profile to allow me to use generate a user and set those values. I th[详细]
2023-02-13 11:47 分类:问答