All Forums >> [Scripting] >> WSH & Client Side VBScript >> Worker identity of worker process (script) Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I want to know if there is a way to find out under whose identity is a script running? For e.g. if I were to run my vbscripts from an iis virtual directory, then the identity (if the iis application is an asp.net application) would show ASP.NET. This is the default identity all asp.net applications runs under...
If "I" ran the script in my login it should show my name... Hope you get the point.