Here is the environment.
IIS 5.0 on one server. The web site uses a security certificate. Windows Integrate Auth is checked. Anonymous is unchecked. We must use windows auth and not anonymous because I need to collect server variables. Basic also cannot be used.
SQL 2000 on another server. Windows Authentication is the authentication mode.
I use ASP.
I am currently getting the following error.
Microsoft OLE DB Provider for SQL Server error '80004005'
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
I believe the problem lies in the fact that sql is on one server and iis is on the other. However, after reading the many MS articles and other articles about this I have not found the solution.
Thanks for your time.
IIS 5.0 on one server. The web site uses a security certificate. Windows Integrate Auth is checked. Anonymous is unchecked. We must use windows auth and not anonymous because I need to collect server variables. Basic also cannot be used.
SQL 2000 on another server. Windows Authentication is the authentication mode.
I use ASP.
I am currently getting the following error.
Microsoft OLE DB Provider for SQL Server error '80004005'
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
I believe the problem lies in the fact that sql is on one server and iis is on the other. However, after reading the many MS articles and other articles about this I have not found the solution.
Thanks for your time.