Hi i have a windows app and also a setup file of that .The set up file has been created using one server name given in app.config .Now if client want to get connected to differnet server how is it possible? Is there any altenative way to change the server name dynamically?
Thanks and Regards,
kranthi kumar.
Loading
Hirendra SisodiyaPosted Mar 12, 2010, 12:29 AM
or
you can add new form in your application for change server name, and write app.config on runtime
thanks