Which element in the web.config file allows code execution under the permissions of a designated user?
Explanation
The identity element in the web.config file specifies the user account under which the ASP.NET application runs, enabling code to execute with that user's permissions.