我使用C#中的SQL Server数据库在Visual Studio Community 2013上构建了一个ASP.NET网站。Exception Details: System.ComponentModel.Win32Exception: The system cannot0x80131904): A network-related or instance-specific error occurred while establishin
实际上,它在本地系统上运行良好,但是在发布之后,我将这个应用程序托管在服务器上,然后它就不能工作了。
系统找不到指定的文件。0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQLVerify that the instance name is correct and that SQL Server is configured to allow remote co
我要将web服务器上托管的asp.net应用程序与另一个远程位置上托管的sql server 2012数据库连接。我已经在sql server上启用了TCP/IP,也为ip1和ipall设置了端口6322。但是,如果我去我的web服务器,并telnet到数据库服务器,没有建立连接。在ASP.net页面中,我使用如下所示的连接字符串来测试连接</e
使用web服务时无法连接到SQL server。我得到以下错误:---> System.Data.SqlClient.SqlExceptionWhen connecting to SQL Server 2005, this failure may be caused by the fact that under the defaul
这是现在工作,用户可以登录与那里的帐户,但我有一个数据库访问方案,我找不到任何东西。
基本上我会有几台服务器,这就是问题所在。在某些服务器上,他们将拥有SQL server数据库服务器的Windows身份验证帐户,因此应使用模拟其凭据。但我注意到这是web.config中的一个全局设置(而不是每个连接),并且有一次我想使用应用程序(IIS或ASP) Windows Authentication帐户,而不是用户。(访问我的配置数
我为一家小公司开发了一个web应用程序。它连接到在Microsoft SQL server Managment studio 2008中创建的SQL数据库。现在,他们想先在本地计算机上测试这个应用程序,然后再将其放到服务器上。
我的问题是,要让这个应用程序在没有安装Visual Studio或SQL服务器的运行Win的随机计算机上运行,我需要做些什么?