I am trying to configure an in-building intranet system with multiple servers and am not getting it right. Here is the situation:
The user sits at a browser and accesses an ASP page.
The ASP is being hosted by a server running IIS on [red]Windows Server 2003[/red].
The VBScript code in the ASP uses a DNS to reference a SQL Server that is running on a second (separate) server, which is running [red]Windows 2000 Server[/red].
Here is the error reported to the browser:
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
When I test the DNS on the IIS server, it checks out OK.
What do I need to do to make this run?
Dave Gee
The user sits at a browser and accesses an ASP page.
The ASP is being hosted by a server running IIS on [red]Windows Server 2003[/red].
The VBScript code in the ASP uses a DNS to reference a SQL Server that is running on a second (separate) server, which is running [red]Windows 2000 Server[/red].
Here is the error reported to the browser:
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
When I test the DNS on the IIS server, it checks out OK.
What do I need to do to make this run?
Dave Gee