You can find out what account your ASP.NET application is running under by simply executing the below code :
Response.Write(Environment.Username)
You can find out what account your ASP.NET application is running under by simply executing the below code :
Response.Write(Environment.Username)