I'm developing a web app in VS2012 using LocalDB to create/update the database. For what I understood so far, "...LocalDB is an execution mode of SQL Server Express targeted to program developers..." therefore, when the web application is to be deployed to a remote production server (ISS 7) I will need to detach the database from the local development server and copy/attach it to the production server, that has SQL Server Express installed, using the SSMS. Please confirm if this the correct way to do it? Thanks.
↧