Hello...in mya "home.aspx" page i have included webpart manager,and webzones.and i have also write the following code in my page.still it is showing me this srror.plz help me out.
and it is showing following error while viewing in browser:
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)
And in the same appication i have another page. that is working fine. help! thenks in advance.
Code:
protected void Page_Load(object sender, EventArgs e) { WebPartManager1.DisplayMode =WebPartManager1.DisplayMode; }
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)
And in the same appication i have another page. that is working fine. help! thenks in advance.
Comment