I have an app with a custom login form. The connection string contains the username. However, whenever I execute a statement (or even return a recordset of "SELECT user", I get back "dbo" instead of the user name. I have some triggers setup that populate an activitylog to track changes made. However, even though I am logging in as "TestUser", the SQLServer user value comes up as "dbo". What am I missing??