Moving the aspnetdb.mdf Database to a Production SQL Server

Amgad Suliman | 17/12/2008 | 2 Comments

One of the least documented features in ASP.NET is the way to move the user access and profiles tables in aspnetdb.mdf to a production SQL Server. Although aspnetdb.mdf can be used in production, it is not recommended. This is done in 2 steps, first create the structure (tables, views and stored procedures) in the database, [...]

Filed Under: ASP.NET