sql server错误在线为bigrock托管

时间:2015-04-14 12:40:18

标签: asp.net sql-server web-services web

在asp.net应用程序的bigrock托管上显示错误

  

用户''

登录失败

在登录链接上输入正确的凭据后有登录页面,它给我错误

  

“用户'shreesa.mdf'登录失败'”

Bigrock技术支持团队未能解决此问题。请帮助解决这个问题。

据我所知,我的web.config文件存在一些问题。

我也在这里添加代码..

<configuration>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true" targetFramework="4.0">
            <assemblies>
                <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            </assemblies>
        </compilation>
    </system.web>

    <connectionStrings>
        <add name="Conn" connectionString="Data Source=localhost;Initial Catalog=shreesa.mdf;Integrated Security=False; User Id=saachlrw; Password=******;" providerName="System.Data.SqlClient" />
    </connectionStrings>
</configuration>

1 个答案:

答案 0 :(得分:0)

以这种方式修改 Connectionstring

<强>之前

connectionString="Data Source=localhost;Initial Catalog=shreesa.mdf;Integrated Security=False; User Id=saachlrw; Password=******;"

<强>后

connectionString="Server=localhost;AttachDbFilename=|DataDirectory|shreesa.mdf;Database=yourdbname;Integrated Security=False; User Id=saachlrw; Password=******;"

SQL Server connection strings