When I connect to my SQL Server from a ASP.NET application I get a error like
Error to connect user 'IIS \[App Pool User]' to SQL Server.
It's easy to give permitions to that user, but I want the SQL Server to be logged on with the ASP.NET page User Login and not da Application Pool User.
It is. if the user Domain\User1 gets logged in. All the SQL Transactions made by Domain\User1.
I hope I've been clear.
Thanks,
Rafael Malheiros
View Complete Post