0

I just need an example with a default MySQL developer installation. I have this working fine with SQLExpress. Here's my SQL Express connection string:

  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" />
      </parameters>
    </defaultConnectionFactory>
  </entityFramework>

What should I put to make this work for MySQL

1 Answer 1

0

Take a look at these posts

Hope this helps

Sign up to request clarification or add additional context in comments.

2 Comments

I just need the connection string for web.config. I've read most of those articles, and can't seem to find it.
@Doug type your answer up and mark it as the answer. It may help someone else and you will get points to the answer.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.