Thread: Caller identity
View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 08:09 AM
lac@myrealbox.com
 
Posts: n/a
Default Caller identity

I am using SQL Server 2000 and SQL authentication in a web
appliacation. All data access is done via single SQL Server account.
In my front end I am using forms authentication. Is there a way to
retrieve the forms identity (or just a username) from SQL Server?

Thanks,
Lac

Reply With Quote