I have used .config files for both my ASP.NET and VB.NET projects.
Of course for ASP.NET, it is the standard web.config file for some ConfigurationSettings whereas for VB.NET projects, its named someapp.exe.config which the compiler reads and sets the appropriate settings before compiling the application.

What do you need to know about .config files ? Maybe I can help you