I am new to .net and C# and facing difficulty in modifying app.config.
In my app.config
file, I have:
<UserInfo Domain = "domain" UserName = "Name" Password = "password">
Normally this information is given manually, when asked for, in the application. Is there anyway to modify the C# code such that this information is directly taken from an excel file with the required details. The application right now does not use or work with MS-excel.