注册 登录
编程论坛 ASP.NET技术论坛

连接数据库的webconfig文件

wxm198427 发布于 2009-10-27 09:55, 812 次点击
我写了一个webconfig文件,编译程序后显示这样的一条信息,请各位帮忙赐教,不胜感激……

The section 'dataConfiguration' does not exist in the requested configuration file 'D:/Project/mysite/web.config' or the file 'c:\windows\\framework\v1.1.4322\Config\machine.config'. Make sure that the 'enterpriseLibrary.configurationSections' configuration section exists in one of the files and that the section 'dataConfiguration' is defined

[没有相关的源行]
1 回复
#2
一氧化碳2009-10-27 16:14
你配置的dataConfiguration链接字符串,不存在。可能是因为你的调用程序中字母拼错了。自己检查下。
1