I created a windows app in c# which uses a SQL Server database, and now I want to install it on a client machine. I already installed SQL Server 2008 on the client machine, now I created a setup and added all dll and exe files and also app.config
file.
When I install it on client machine, I change the path in app.config
from the program files of installation folder. But when I run the application it cannot connect to the database.
Please suggest some methods..to deploy this type of project with database and Crystal Reports.