Hai
I am developing an applicartion to get details of client's sql server details to read /write a database
In this part
I should get the details of username and password of sql server 2008 installed in client machine and also other required details through c# and should be display to control for the first time only
That connection string should be assigned in app.config
How can i proceed with that
Example:
If i run that application it should display the necessary details for saving and retrieving details of sql server 2008 (say) installed in client's machine and assign it in app.config winform in c#
Regards