August 7, 2008 at 9:16 am
I am trying to trace just what I am doing in our .net application, I want just my activity that I am doing in the front end application. Tried by filtering on NTusername, but even that's not working, I am getting all other activities which I do'nt want. Pl advice. Thanks!
August 7, 2008 at 9:26 am
You need to include the ApplicationName column in your output and then you can set a filter on that column for your application name. Of course in order for this to work the connection string in your application needs to include the Application Name attribute.
Keep in mind that in order to filter on a column you need to include the column in your output. Also that NTUsername is in the form of Domain\User.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply