首页上一页 1 下一页尾页 1 条记录 1/1页
《实战突击asp.net项目开发案例整合》第八章在线考试系统生成试卷功能不能使用
发表在ASP.NET图书答疑
2012-10-16
是否精华
是
否
版块置顶:
是
否
[font size=4]小科老师,我在调试《实战突击asp.net项目开发案例整合》第八章在线考试系统生成试卷功能部分不能使用。点击“检测试卷名是否存在”和“试卷保存”两个按钮按后系统无任何反应。我是以mrsoft的用户名登陆的,web.config中的<AppSettings>和<ConnectionStrings>都按照本机的设置重新改过了,其他的功能如用户管理能正常使用,但是用户管理中唯独“编辑”一项无任何反应。还有这个生成试卷功能无反应,请问怎么回事?
改过的web.config如下:
[/font]我的服务器名是:FLA-THINK
<appSettings>
<add key="strCon" value="server=FLA_THINK;DataBase=mrOnLineExam;uid=sa;pwd=sa;" />
</appSettings>
<connectionStrings>
<add name="mrOnLineExamConnectionString" connectionString="Data Source=FLA-THINK;Initial Catalog=mrOnLineExam;User ID=sa;PWD='sa'" providerName="System.Data.SqlClient" />
<add name="mrOnLineExamConnectionString2" connectionString="Data Source=FLA-THINK;Initial Catalog=mrOnLineExam;User ID=sa;PWD='sa'" providerName="System.Data.SqlClient" />
改过的web.config如下:
[/font]我的服务器名是:FLA-THINK
<appSettings>
<add key="strCon" value="server=FLA_THINK;DataBase=mrOnLineExam;uid=sa;pwd=sa;" />
</appSettings>
<connectionStrings>
<add name="mrOnLineExamConnectionString" connectionString="Data Source=FLA-THINK;Initial Catalog=mrOnLineExam;User ID=sa;PWD='sa'" providerName="System.Data.SqlClient" />
<add name="mrOnLineExamConnectionString2" connectionString="Data Source=FLA-THINK;Initial Catalog=mrOnLineExam;User ID=sa;PWD='sa'" providerName="System.Data.SqlClient" />