Howto programmatically determine ASP.Net worker process account
- by pmawhinney
Hi there
My web application is a product which has to deploy to a variety of web servers. Is there a way to determine the account name that the .Net worker process account is using at runtime?
Using .Net 3.5, C#
Thanks in advance
-Pete