如果不支持中文gb2312,可以通过以下方法解决
编辑.htaccess文件,加上如下代码传到空间根目录就可以解决了
代码是:
AddDefaultCharset off
AddType text/html;charset=gb2312 html
http://www.admin-blog.cn/archives/117
Use the following connection string to connect
</configSections>
<connectionStrings>
<add name="SiteSqlServer" connectionString="Server=;Database=;uid=;pwd=" providerName="System.Data.SqlClient" />
</connectionStrings>