L
louisryder23
We have developed a NET 2.0 WinForms app (Visual Studio Professional
2005 SP1/SQL Server 2005) that is ready for deployment at our
facilities.
The easiest deployment method we found is :
- use the ClickOnce publishing and copy the publish output to a shared
folder on the server (Windows 2003)
- from the client workstations (Windows XP) , browse to a mapped drive
(Z
that is mapped to the shared folder on the server containing the
install files, and run Setup.exe
This method works fine, and whenever we have updates to the
application, we just copy the new publish output to the shared folder,
and then whenever a client runs the application next, it offers to
update the application on that client.
Now the problem we encountered is:
- We are using a configuration file that has the SQL Server connection
string stored in it. eg.
appname.exe.config
After doing a publish (at the development location), we need to be
able to customize the connection string on a site to site basis. But
this won't work as the installer gives an error about the file being
modified / hash mismatch.
Has anyone faced a similar problem and how have you worked around it?
Any recommendations?
Thanks in advance,
Louis Ryder
2005 SP1/SQL Server 2005) that is ready for deployment at our
facilities.
The easiest deployment method we found is :
- use the ClickOnce publishing and copy the publish output to a shared
folder on the server (Windows 2003)
- from the client workstations (Windows XP) , browse to a mapped drive
(Z
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
install files, and run Setup.exe
This method works fine, and whenever we have updates to the
application, we just copy the new publish output to the shared folder,
and then whenever a client runs the application next, it offers to
update the application on that client.
Now the problem we encountered is:
- We are using a configuration file that has the SQL Server connection
string stored in it. eg.
appname.exe.config
After doing a publish (at the development location), we need to be
able to customize the connection string on a site to site basis. But
this won't work as the installer gives an error about the file being
modified / hash mismatch.
Has anyone faced a similar problem and how have you worked around it?
Any recommendations?
Thanks in advance,
Louis Ryder