使用登录控件时出错?

时间:2013-11-12 09:02:28

标签: asp.net sql-server-2008 c#-4.0 login-control

我在我的页面中点击了'登录'登录控件,然后点击了管理员网站。 在那里我点击安全性并得到以下错误

所选数据存储存在问题。这可能是由无效的服务器名称或凭据或权限不足引起的。它也可能是由未启用角色管理器功能引起的。单击下面的按钮可重定向到可以选择新数据存储的页面。 以下消息可能有助于诊断问题:无法连接到SQL Server数据库。

请告诉我为什么会发生此错误以及我必须做什么来解决此错误?

我的web.config文件是

<?xml version="1.0"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <connectionStrings>
    <add name="ConStr" connectionString="Data Source=.;Integrated Security=SSPI; Initial Catalog=jaijinendera"/>

  </connectionStrings>
  <appSettings>
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
  </appSettings>
  <system.web>
    <compilation debug="true" targetFramework="4.0"/>

</system.web>
</configuration>

0 个答案:

没有答案