Re: IIS and SQL Server on different machines: how to connect with windows security
From: Mandar Naik[MSFT] (mandarn_at_online.microsoft.com)
Date: 06/27/03
- Next message: Paolo C: "Re: IIS and SQL Server on different machines: how to connect with windows security"
- Previous message: Jasper Smith: "Re: Log of Logins/Logouts"
- In reply to: Paolo C.: "IIS and SQL Server on different machines: how to connect with windows security"
- Next in thread: Paolo C: "Re: IIS and SQL Server on different machines: how to connect with windows security"
- Reply: Paolo C: "Re: IIS and SQL Server on different machines: how to connect with windows security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 27 Jun 2003 16:23:25 +0530
I'm a little confused about which one is Server1 and Server2 and which one
is the IIS and SQL Server.
However, if your question is about adding a local user of another server
into your SQL Server running on a different machine , this cannot be done.
If both the servers are in the same domain, you can give access to Domain
accounts within your SQL Server.
-- Regards, Mandar Naik This posting is provided AS IS with no warranties, and confers no rights. "Paolo C." <noemail@ok.ok> wrote in message news:035201c33c95$0a9f46b0$a001280a@phx.gbl... > Hi! > I have a web server (Windows 2000 server) with IIS5 > and .NET Framework (SERVER1) and another server (Windows > 2000 Server) with SQL Server 2000 (SERVER2). > I would like to connect to a db on SERVER2 from ASP and > ASPX pages on SERVER1 using the Windows Authentication. > I would like, to be precise, that IUSR_SERVER2 and ASPNET > users of SERVER2 can connect to db on SERVER1. > > when I try to create the logins for this 2 users: > > exec sp_grantlogin 'Server2\IUSR_Server1' > exec sp_grantlogin 'Server2\ASPNET' > > I get this error: > > Windows NT user or group 'Server2\IUSR_Server1' not found. > Check the name again. > Windows NT user or group 'Server2\ASPNET' not found. Check > the name again. > > Anyone can help me?
- Next message: Paolo C: "Re: IIS and SQL Server on different machines: how to connect with windows security"
- Previous message: Jasper Smith: "Re: Log of Logins/Logouts"
- In reply to: Paolo C.: "IIS and SQL Server on different machines: how to connect with windows security"
- Next in thread: Paolo C: "Re: IIS and SQL Server on different machines: how to connect with windows security"
- Reply: Paolo C: "Re: IIS and SQL Server on different machines: how to connect with windows security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|