Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/12/2006, 22:18
Avatar de Fann_Lavigne
Fann_Lavigne
 
Fecha de Ingreso: diciembre-2004
Mensajes: 622
Antigüedad: 20 años
Puntos: 12
Trusted Coneccion con ASP.Net

Monte un server com Win 2003 Server y con Sql Server 2000. A mis paginas ASp.Net utilizo esta conexion:

Código:
Public cnx As New SqlConnection("server=(local);database=pubs;Trusted_Connection=yes")

Esta conexion me funcionaba de maravilla con un server con Windows 2000 Advanced Server. Pero ahora con 2003 me sale este Error:

Código:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. 

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: Login failed for user 'NT  AUTHORITY\NETWORK SERVICE'.
 
Alguien sabe que puedo hacer o por que ya no puedo hacer la Trusted Conecction?
__________________
"Entre Mas Brillante Es Una Mente, Tiene Que Luchar Contra Demonios Internos Mas Poderosos"
[email protected]