myprog.exe.config

Phylum

Well-known member
Joined
Jun 20, 2003
Messages
105
Location
Canada
I am writing an windows application that will reside on a server. Where it resides physically will be mapped by each client machine and each user will run the app from that physical location. As a result there will be 1 config file for my windows application. The config file is globally available throughout the windows application. How does this work? How do you create an XML file that is read in and then is globally available throughout your application with no disk I/O? The reason I am asking is when each user logs in, user information is read from the database. I want to output that user information to an xml file (easy enough) and then allow it to be globally available, with no DB reading or disk I/O just like the app.config file.
 
Back
Top