Which of the configuration files should be configured to implement configuration changes to Web settings?

You work for a Web solution development company named ABC.com. ABC.com has an
infrastructure in place which is utilized by developers for creating Web applications which utilize
ASP.NET 2.0 application pools with Windows Authentication.

Which of the configuration files should be configured to implement configuration changes to Web
settings?

You work for a Web solution development company named ABC.com. ABC.com has an
infrastructure in place which is utilized by developers for creating Web applications which utilize
ASP.NET 2.0 application pools with Windows Authentication.

Which of the configuration files should be configured to implement configuration changes to Web
settings?

A.
You should consider making changes to the Web.config file disabling authentication.

B.
You should consider making changes to the Web.config file allowing identity impersonation.

C.
You should consider making changes to the Web.config file allowing all users authorization
using <allow users=�*�/>.

D.
You should consider making changes to the Web.config file allowing authorization and disabling
identity impersonation.

Explanation:
Configuring the Web.config file with the line below:
<identity impersonate=”true”/> allows the application to utilize identify impersonation by setting the
impersonate attribute of the identify element to true. ADO.NET application developers should note
that the identify element is an ASP.NET Settings Schema utilized for configuring the identity of a
Web application.



Leave a Reply 0

Your email address will not be published. Required fields are marked *