Click here to Skip to main content
15,922,696 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need help regarding database in .Net 2.0 Pin
s_a_20026326-May-07 5:29
s_a_20026326-May-07 5:29 
GeneralRe: Need help regarding database in .Net 2.0 Pin
Not Active26-May-07 7:01
mentorNot Active26-May-07 7:01 
GeneralRe: Need help regarding database in .Net 2.0 Pin
s_a_20026326-May-07 7:59
s_a_20026326-May-07 7:59 
GeneralRe: Need help regarding database in .Net 2.0 Pin
Not Active26-May-07 8:35
mentorNot Active26-May-07 8:35 
GeneralRe: Need help regarding database in .Net 2.0 Pin
s_a_20026326-May-07 12:53
s_a_20026326-May-07 12:53 
GeneralRe: Need help regarding database in .Net 2.0 Pin
Not Active26-May-07 13:51
mentorNot Active26-May-07 13:51 
GeneralRe: Need help regarding database in .Net 2.0 Pin
s_a_20026327-May-07 1:36
s_a_20026327-May-07 1:36 
GeneralRe: Need help regarding database in .Net 2.0 Pin
doWhileSomething26-May-07 14:37
doWhileSomething26-May-07 14:37 
The aspnetdb.mdf is just a database with the membership schema/functionality installed.

All you really need to do is rename the DB/Log file to something less ambiguous (e.g. client_db.mdf")

Now, the schema is intact along with all the functionality. Then change the DB name in your connection string, presumably in your web.config file to match that of what you renamed it too.

Then you can add all the tables you need, to the existing DB.

However, it would be good to brush up on the Memebership classes and security protocols like previously mentioned.

Hope this helps.


GeneralYou need to cool down! Pin
leckey26-May-07 17:08
leckey26-May-07 17:08 
GeneralRe: You need to cool down! Pin
s_a_20026327-May-07 1:54
s_a_20026327-May-07 1:54 
GeneralRe: You need to cool down! Pin
leckey27-May-07 6:15
leckey27-May-07 6:15 
Questionformating gridview row/cell content Pin
aransiola25-May-07 9:01
aransiola25-May-07 9:01 
AnswerRe: formating gridview row/cell content Pin
Arun.Immanuel25-May-07 16:36
Arun.Immanuel25-May-07 16:36 
QuestionSitemap provider problem Pin
-Yoyosh-25-May-07 8:20
-Yoyosh-25-May-07 8:20 
QuestionDetermine users computer name - from Citrix Pin
tc30325-May-07 7:17
tc30325-May-07 7:17 
QuestionGetting a value of a cell in a gridview Pin
Furi Goled25-May-07 5:37
Furi Goled25-May-07 5:37 
AnswerRe: Getting a value of a cell in a gridview Pin
InvalidTypecast25-May-07 9:32
InvalidTypecast25-May-07 9:32 
GeneralRe: Getting a value of a cell in a gridview Pin
Furi Goled25-May-07 9:43
Furi Goled25-May-07 9:43 
AnswerRe: Getting a value of a cell in a gridview Pin
Gamzun26-May-07 12:56
Gamzun26-May-07 12:56 
QuestionNeed help displaying data from 2 tables on ASP.NET page Pin
LatinoKid25-May-07 5:09
LatinoKid25-May-07 5:09 
AnswerRe: H-E-L-P Pin
Khan.Bangash25-May-07 5:46
Khan.Bangash25-May-07 5:46 
GeneralRe: H-E-L-P Pin
LatinoKid25-May-07 6:19
LatinoKid25-May-07 6:19 
AnswerRe: H-E-L-P Pin
Not Active25-May-07 8:15
mentorNot Active25-May-07 8:15 
GeneralRe: H-E-L-P [modified] Pin
LatinoKid25-May-07 9:03
LatinoKid25-May-07 9:03 
GeneralRe: H-E-L-P Pin
Not Active25-May-07 9:29
mentorNot Active25-May-07 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.