Finally got this working!
A big issue when testing programs created with the new ESB features is saving account information. You could be creating REST programs or adding forms to interact with your website databases. You will need to test it out with your accounts to see if they are working. This is a nightmare because you may forget to delete your accounts before creating your setup file. Then everyone you sell your programs too has your account information!
Example: You want to grab email recipients from Aweber and add them to your local database. So you create your program and automation scripts to do just that. In order to test, you need to test using your Aweber account and your local database name, host, username and password.
Previously, you would need to make sure to delete those accounts otherwise all the customers will get access to those accounts since they were stored in the project file. Now they are stored on your computer and not in the project file. So no need to delete those accounts.
It took me awhile, but I was able to set this up so any accounts you create will be stored on your local computer and not in the project file. That way you won't have to worry about deleting those records. And it will make it easier to test enhancements since you don't need to add and remove accounts when you want to create a setup file.
Hopefully this makes sense. I felt this was extremely important to get done.
Thomas