Currently I am usiing an ini file with vb 6 to get the names of the server, database, username, password.
I wouold like to do the same thing in .net
What is the best way to do this? Should I use the ini file as it is now or is it best to call an xml file which has the same info as the ini file.
Thanks