G
Gilbert Tordeur
Hello.
Context : VB 2008, Windows 2003 Server, IIS6, SQL Server 2005, Windows XP
PC's, Intranet applications.
IIS and SQL Server are located on different machines.
I wanted my Intranet applications to access the SQL server with Integrated
Security = true, so that I grant right access to my users in SQL Server, and
no userid nor password (SQL account) can be seen in the application.
After having read http://msdn.microsoft.com/en-us/library/bsz5788z.aspx, I
understand that it is not possible for IIS to communicate the user's userid
to SQL Server if they are not running on the same machine (except with Basic
Authentication, but forget it !).
Do I understand well ?
That means that my PC is able to communicate my userid to my Intranet
application running on a server, but this IIS server is not able to do the
same to SQL Server ?
Thank you for your advice.
Gilbert
Context : VB 2008, Windows 2003 Server, IIS6, SQL Server 2005, Windows XP
PC's, Intranet applications.
IIS and SQL Server are located on different machines.
I wanted my Intranet applications to access the SQL server with Integrated
Security = true, so that I grant right access to my users in SQL Server, and
no userid nor password (SQL account) can be seen in the application.
After having read http://msdn.microsoft.com/en-us/library/bsz5788z.aspx, I
understand that it is not possible for IIS to communicate the user's userid
to SQL Server if they are not running on the same machine (except with Basic
Authentication, but forget it !).
Do I understand well ?
That means that my PC is able to communicate my userid to my Intranet
application running on a server, but this IIS server is not able to do the
same to SQL Server ?
Thank you for your advice.
Gilbert