Which element in the web.config file allows code execution under the permissions of a designated user?

Choose the correct answer

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.

Which element in the web.config file allows code exe… — ASP.net | PakQuizHub