I have a follow scenario:
SERVER 1 - IIS6 ASP.NET Web Application with Forms Authentication on Active Directory
SERVER 2 - SQL SERVER Database
How i can integrate the security of Forms Authentication AD with SQL Server?
My objective is use Forms AD authentication and integrate the user authenticated for get data profile.
Ex:
SELECT * FROM [TABLE] WHERE [TABLE].[USER] = SYSTEM_USER