modify aspnetdb.mdf

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hey

asp.net 2.0

Is it possible to add a couple of extra tables to the aspnetdb database in a
asp.net project? or will the database get corrupt if I add some extra
tables.. (are there some restrictions on this)... a link would be great!

Jeff
 
It's a SQL Server 2005 compatible MDF so, "knock yourself out".
If you want what it has in it and prefer to use your own, just run
ASPNET_REGSQL on yours and change the default membership/ roles/ Profile
provider and you can throw it away if you like.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top