Hey everyone -- sorry for the stupid question:
I'm currently writing my web application in an ASP.net, version 2.0 / vb.net backend envrionment. Its a small Purchase Requisition application for the company that I work for and here's what I'm having an issue with.
I'm attempting to keep track of who's making changes to the records throughout the application using windows authentication. Just so I'm being clear:
Say my Active Directory account was username: rboyle
I would want to know when I Inserted / Updated / Deleted a record on Page1 of the application that Username: rboyle did this.
I'm not to familiar with linking vb.net applications to a domain network and pulling information out of it. If someone has any examples on how to do this in a 2.0 environment, in vb.net I would love to see it.
Thanks in advance everyone -- I appriciate the help in advance.
Ryan