I just started off on ASP.NET. Iam trying to configure a connection string on web.config so that it can connect to mysql database on localhost:3307 port. This is a sample code of what i have
<add name ="client" connectionString ="localhost:3307" providerName="System.Data.SqlClient"/>
And again any link on how to allow iis to access my server will be appreciated