How to create a new ASPNETDB database?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi friends, I had a website running in my local computer with no problem. When I tried to uploaded to my server all the DB permissions were messed up. I tried to reproduce the error in my local PC but I ended up messing up my site config, I'm using memberships to manage accesses to my site. I want to create a website from scratch so I will have a brand new ASPNETDB database. How can I do this? I have created several new websites in different folders in VS but that only created the App_Data folder with no database in it. How can I start from scratch??? Thanks a lot