You can't add it to the EXE, you need to create the file and distribute it with your application. Same name as the EXE with a .config extension:
MyApp.exe.config
in the same folder as the EXE. In VFP IDE the config file has to live in VFP9.exe.config in the VFP install folder.
+++ Rick ---