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?

link|improve this question

80% accept rate
You could do with clarifying your question slightly. What kind of database? What have you done so far. Have you looked at the built in ASP.net membership stuff msdn.microsoft.com/en-us/library/yh26yfzy.aspx? – Paddy Feb 22 at 11:04
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
Thank you..It was very helpful... – android Feb 22 at 12:52
if this helped, the please accept the answer... – Krishna Feb 22 at 13:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.