Possible Duplicate:
Windows Impersonation from C#
How do you get a User Identity?
I have an application that pulls data from intranet systems and displays it to employees. The issue I have now is that everything is ran under my credentials, so theres no way to track who makes changes, etc.
How can I get the domain credentials from the person who is access the script? Its ASP.Net with C# (.Net 4.0)