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:
Alguien sabe que puedo hacer o por que ya no puedo hacer la Trusted Conecction? 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'.