<configuration>
<connectionStrings>
<add name="MyCon" connectionString="Data Source=sys1-PC; Server=127.0.0.1; port=3306; Database=entmx001; Uid=root;Pwd=root_mysql; Convert Zero Datetime=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
这是我在 webconfig 文件中的连接字符串。现在我想将我的代码连接到其他计算机上的数据库。我需要在这里进行哪些更改。或者我还需要做什么..plzzhelp