From: Marek G. on
Hi all,
sorry for my bad English . I have questation about impersonatilion . I have
asp.net which remotely connect to SQL 2008 . I want use the credentional
from client which open asp.net page , which connect to sql server:-) . But
after I try it , the login to the sql serveris anonymous , why ????
thanx
marek

From: Alexey Smirnov on
On Feb 23, 10:01 pm, "Marek G." <gro...(a)volny.cz> wrote:
> Hi all,
> sorry for my bad English . I have questation about impersonatilion . I have
> asp.net which remotely connect to SQL 2008 . I want use the credentional
> from client which open asp.net page , which connect to sql server:-) . But
> after I try it , the login to the sql serveris anonymous , why ????
> thanx
> marek

Hi Marek,

it sounds like you need to use impersonation.
Take a look the following link on MSDN

How To: Connect to SQL Server Using Windows Authentication in ASP.NET
2.0
http://msdn.microsoft.com/en-us/library/ms998292.aspx

Hope this helps
From: Marek on
I have integrated logon to iis and asp.net server , and enable asp.net
impersonate :-( .... Have another idea ?