Hi, I have just upgraded to Visual Studio 2013 taken advantage of the Individual Authentication setup that provides the developer with a SQLExpress localdb for creation of users/logins with the added benefit of integrating social network logins. I wish to move the localdb to my LIVE environment which uses SQL Server 2005.
I was looking to backup and copy the localdb to the LIVE environment (SQL Server 2005) where I would restore and use it.  Bolting on the security to the main data store and then linking in additional tables to the accounts. 
The problem: I cannot attach to the SQLExpress localdb using SQL management Studio 2005 as the versions are not compatible.  
I have read various articles on the deployment option but not certain on what components I would need to install on my SQL SERVER 2005 environment and indeed whether it would work.  
Are there any developers out there that have mastered the deployment of Visual Studio ...

Go to the complete details ...