Proplem 当我尝试发布我的网站时

本文关键字:我的 网站 布我的 Proplem | 更新日期: 2023-09-27 17:55:10

我正在尝试使用 plesk 面板在虚拟主机上发布我的网站,但是当我上传已发布的网站时,我不断收到此错误:

A network-related or instance-specific error occurred while establishing a 
connection to SQL Server. The server was not found or was not accessible. Verify 
that the instance name is correct and that SQL Server is configured 
to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

任何人都可以给我一个解决方案吗?!
谢谢

更新
我的连接字符串

        conn.ConnectionString = @"Data Source=.'SQLEXPRESS;AttachDbFilename=" 
    + System.Web.HttpContext.Current.Server.MapPath(@"~'App_Data'learn.mdf") 
    + ";Integrated Security=True;User Instance=True";

Proplem 当我尝试发布我的网站时

确保web.config中的连接字符串设置为托管的 SQL Server 实例或正确的 SQL Server。