<appSettings>
<add key="SQLCONNECTIONSTRING" value="data source=222.191.251.32;uid=tongshi_f;pwd=tongshi;database=tongshi"></add>
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/web/UploadFiles/"/>
</appSettings>
<connectionStrings>
<add name="ysbl_dbConnectionString1" connectionString="Data Source=222.191.251.32;Initial Catalog=tongshi;Persist Security Info=True;User ID=tongshi_f;MultipleActiveResultSets=False;Packet Size=4096;Application Name="Microsoft SQL Server Management Studio""
providerName="System.Data.SqlClient" />
<add name="ysbl_dbConnectionString2" connectionString="Data Source=222.191.251.32;Initial Catalog=tongshi;Persist Security Info=True;User ID=tongshi_f;Password=tongshi;MultipleActiveResultSets=False;Packet Size=4096;Application Name="Microsoft SQL Server Management Studio""
providerName="System.Data.SqlClient" />
</connectionStrings>
------解决方案--------------------------------------------------------
------解决方案--------------------------------------------------------
你了解什么是 3层 架构吗, 在这里就不要说你用什么 架构做的了
速度检查 你的 存储过程 的 数据结果有没有 about 这个 字段注意大小写。
在 datareader 的时候 最好 判断下 IsDBnull
------解决方案--------------------------------------------------------