tags:

views:

39

answers:

1

I need to find out which account is running one of my websites application pool. I need to add the user to a database in SQL Server. Using IIS Manager, is there a way to check?

A: 

The "Identity" column in the Application Pool area of IIS is the account.

bmw0128