I have developed an ASP.NET application on Visual studio 2010, which takes user details( user name,password etc). I want to add these user details to the database on Windows Server 2008 R2 which is already created. Can you please tell me the steps how to do this or even some code as I am new to this?
feedback
|
|
Asp.net 2 and up with Membership Framework(choose webproject template) makes life easier for caputuring user registration etc. with minimilistic coding. Refer this step by step tutorial (for sqlserver) http://www.asp.net/web-forms/tutorials/security/membership/creating-the-membership-schema-in-sql-server-cs Switch(target database)
Hope this helps and good luck Krishna | |||||
|
feedback
|