Tag: aspnet.mdf

Moving the aspnetdb.mdf Database to a Production SQL Server

December 17, 2008 | By | 11 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, [...]

Continue Reading