aspnet_regsql is the command to run from the command line to setup a membership database
http://msdn.microsoft.com/en-us/library/ms229862(v=vs.80).aspx but to be able to effectively use the membership database, you really need to research using the asp.net membership provider. there are a ton of tutorials on the web, but here is a good starting point. http://www.c-sharpcorner.com/UploadFile/raj1979/LoginControl07242008104351AM/LoginControl.aspx hope this helps, Jason On Fri, Feb 25, 2011 at 10:45 PM, pravin khandagale <[email protected]> wrote: > how we attach database to Login control in asp.net? > > I want to store pwd and uname in the database? > > pravin >
