I am trying to connect to a database using ASP.net and C#. I went through the MySql workbench tutorial and created a database, eer model, and table.
What I need now is the database connection information, specifically the connection string. How do I find what information needs to go in the connection string? What all needs to be in my connection string?