Hi,
I have developed a VB.NET Windows multi-user database application. This application is used within the company. The back end is SQL 2008 Express. The connection string is given in the application settings, so obviously it goes to the app.config file. This was done to change the SQL server in the long run. Certain data is read from an xml file to display items in a combo box. So with all these aspects in mind, could any expert out there suggest whether I should release the application using Build or Publish?
Thanks
I have developed a VB.NET Windows multi-user database application. This application is used within the company. The back end is SQL 2008 Express. The connection string is given in the application settings, so obviously it goes to the app.config file. This was done to change the SQL server in the long run. Certain data is read from an xml file to display items in a combo box. So with all these aspects in mind, could any expert out there suggest whether I should release the application using Build or Publish?
Thanks