I am re-creating an old Interdev web application, for the new version using VS2008 with a SQL Server database. I have quite a bit of experience with VB6 Windows applications and Access databases, but very little with web apps and SQL Server. It's a whole new confusing world where I feel at sea.
I am trying to utilize the built in login controls that normally create a special aspnetdb database. As I need to interface the login data with my existing database, I need to combine the two databases. I have run aspnet_regsql.exe which added the aspnet tables to my database.
Still, when I run the createuserwizard control, it does not add a user to the aspnet_User table that is inside my database. When I run the wizard, it keeps re-creating the asnetdb.mdf table, and places the data there.
How can I get rid of aspnetdb? Is there another step to adding the aspnet tables to my database?