Hi all,
i have an audit table in SQL server 2008 database which keeps track of all changes made in tables. It does a great job, except it can't catch username of the currently logged user, because my connection string uses one username for all connections.
This app is written in ASP.NET MVC, this is why i have username stored in connection string.
Question is: how can i pass a user name to this table AFTER i call SaveChanges function?