Hi
For immigration my farm and it's web appications and its data, I have created a new farm and I have moved my "content database" to the new farm from this way:
First : Detach the databases from the current SQL Server instance
Second: Copy all files that are associated with the databases (.mdf, .ndf, and .ldf), to the new destination server that runs SQL Server
Third: Attach the databases to the new destination server that runs SQL Server
but there is a seriouse problem, I don't know how to connect my new web application to this attached database.. may be I have a problem in creating the web application..
would you please help me?