OK I think I've figured out how to retrieve the ConnectionString. I'm testing it now.

public static string str = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;

However, i must say, i've read tons of articles on the internet about app.config and never once ran across how to do this.