Sir i create my project setup file with database connectivity when i run this setup file on my computer it work but when i run on another computer
database not update so give me the solution for this how i can solve this problem
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhijit PatilPosted Sep 23, 2014, 2:12 AM
when you running app on your another machine ,it should work properly.coz you are database and front application are connected using the connection string.so it work fine on your machine.
but in the case of another machine when you setup up your app,you must need to configure your application to database. you must need to set the connection string .if it is
connected properly then then it work fine on any machine.so when you create the application,add the connection string to the web config file and access the connecting string in any where in your app by using configuration mananger.
and when you install application on another machine then change only the database name,server name etc .then it work fine.
hope you understand.
enjoy happy coding
any query feel free to mail me [email protected]