I have been working on a C# windows application with SQL Server 2005, and now I need to deploy it to other system.
I created a setup file using setup an deployment filling all the prerequisite but as I deploy it on another computer error keeps popping up saying it can't open connection.
I am thinking my problem here is in deployed project database is missing.
Now my question is how can I use this database and I have connection string that work only in my system so I need to change this connection string too.
How can I do that?
Please help me tackle my problem...
thank you in advance