Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/07/2011, 08:40
dalopeza
 
Fecha de Ingreso: abril-2009
Mensajes: 86
Antigüedad: 15 años, 1 mes
Puntos: 1
ProblemaConexion

Buenos dias a todos

tengo un problema grandisimo con una aplicacion y no se que pasa

el problema es el siguiente:

Ha ocurrido el siguiente error: 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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)


mi conexion la hago asi

tengo una instancia en mi sqlserver 2008 r2 que llamo SITULT
Y DENTRO DE ESTA UNA BASE DE DATOS QUE SE LLAMA SIT

Y EN EL VISUAL ELABORO UNA CONEXION ASI


TENGO UN USUARIO QUE SE LLAMA usuario con pass= cntrsn

<connectionStrings>
<add name="SITConnectionString" connectionString="Data Source=SITULT;Initial Catalog=SIT;User Id=usuario;Password=cntrsn;" providerName="System.Data.SqlClient" />
</connectionStrings>

NO SE QUE PASA