no,i am getting error message like this.Server Error in '/InventoryTool' Application.--------------------------------------------------------------------------------An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)Source Error: Line 60: {Line 61: Line 62: Sqlcon.Open();Line 63: string id = Request.QueryString["ID"];Line 64: SqlCommand Sqlcmd = new SqlCommand("select * from SigningCards where id = '" + id + "'", Sqlcon); Source File: c:\Inetpub\wwwroot\InventoryTool\SigningCardRequest.aspx.cs Line: 62