From here:
http://david.givoni.com/blog/?p=4
If you create an Nunit project to do integration testing that hits a database, and thus need a config file, make sure you put them in the same directory, and name the config file appropriately, e.g.:
Project: c:\Projects\AllTests\AllTests.nunit
Config: c:\Projects\AllTests\AllTests.config