Click here to Skip to main content
15,911,848 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm trying to design my first web by using ASP.NET
I have a problem in adding (create user wizard control) - one of logs in controls supported by visual studio 2010, it lets you make a new user account in database and a new .mdf file is created automatically to store the users data.

So the question is:
How can I insert new user from this control and save it inside a database (.mdf file) that I determine, because I will connect the users data with another tables in my complete suite of sql server, so I don't want the file that's created by visual studio automatically.
How can I do that?
Posted
Updated 5-Feb-12 4:48am

I think you are refering to custom form

read this

http://msdn.microsoft.com/en-us/library/aa289147(v=vs.71).aspx[^]

Please read this article posted on microsoft site.

If this helpful then accept the answer and vote it otherwise I have logic with me and I will pass to you then

--Rahul D.
 
Share this answer
 
I have tried another solution by editing the web.config file
in connectionString.

Thanks for your solution, but it is not what I want.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900