我有一个用mvc4构建的网站。我正在使用mysql连接数据库。 当我尝试登录时,登录工作正常,但在一些页面解析后,我收到错误:
"Access denied for user ''@'localhost' (using password: NO)"
我的连接字符串为:
add name="DefaultConnection"
connectionString="server=localhost;database='dbname';uid=username;pwd=password;persistsecurityinfo=True"
providerName="System.Data.MySqlClient"
请让我知道我需要更改哪些薄网才能使网站正常运行。