1
Answer

Setup file with database

Anand Rajan

Anand Rajan

11y
787
1
hi 

i was created a project that was a small registration process after that i was created a setup file foe that...
that file installed my laptop that was not running...my lap only visual studio frame work installed....
the run the setup that time shows a error message that like sql database error....
anybody can help me...

thanks

Answers (1)
0
ytram5

ytram5

NA 135 0 20y
Are you saying that Host=host will change wherever your application is deployed? If so, there are several ways you could implement it. A common way is using an xml configuration file. Using this, there will be a file associated with the executable that will contain the necessary host information to make a connection. If host is all that is changing, you could also just have the host be an argument that is passed to the application upon startup.