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?