Using database on another development machine
        Posted  
        
            by 
                Cipher
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cipher
        
        
        
        Published on 2011-01-13T16:50:18Z
        Indexed on 
            2011/01/13
            16:53 UTC
        
        
        Read the original article
        Hit count: 245
        
ASP.NET
Hi,
I am developing an ASP.NET website. I wanted to shift whole of my work to another PC of mine. I copied the website to the other PC>Open>Create ASP.NET folder>App_Data
and pasted the database.mdf and database.ldf files there. I was getting some exception when I was trying to run the website as it showed the "could not open the connection from con.open()". Is there some other step too that I am missing?
© Stack Overflow or respective owner