I was just wondering what system people use to hold configuration data for their C# applications? I'm writing a console application and was considering using System.Configuration but I would prefer to be able to put my config file in /etc instead of the executable directory. Anyone any thoughts on the issue? Paddy