Hola Todos:
Tengo una pagina .aspx con conexion a una base de datos de
la siguiente forma:
<wmx:SqlDataSourceControl id="SqlDataSourceControl1"
runat="server" UpdateCommand="" SelectCommand="SELECT
Tagname,value,DateTime FROM INSQL.Runtime.dbo.History
WHERE TagName = 'T102_TT0T1'"
ConnectionString="server='(local)';trusted_connection=true;
database='Runtime'"
DeleteCommand=""></wmx:SqlDataSourceControl>
Pero al ejecutarla me sale el siguiente error:
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'.
Muchas Gracias
Leer las respuestas