I have a connection string on a ASP.NET Solution…
Data Source=.\SQLEXPRESS;AttachDbFilename="F:\Prueba Documento Digital\Prueba Documento Digital\App_Data\BaseDeDatos.mdf";Integrated Security=True;User Instance=True
You may notice that it specifies an exact route because is located on mys USB Flash Drive, but what would happen if I move my solution to another place (Prueba Documento Digital is the name of the solution)?
I was trying something like ~/App_Data… but it didn’t work…
What can be done?
1 Answer