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?
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.
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!
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
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
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.
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
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
<profile enabled=\"true\" automaticSaveEnabled=\"false\"> <properties> <add name=\"InvitationCode\" type=\"String\"/>
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