You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform.  You create an ASP.NET Web application using .NET Framework 4.0. The ASP.NET application is used to track employee performance. It uses Microsoft Windows authentication. Employees are members of a group named Employees.  Managers are members of a group named Managers.  The root folder of the application is named Details. The Details folder displays information about employees„ performance.  The Details folder ha
A、Add the following directive between line 1 and line 2 in the Web.config file in the MoreDetails folder:<identity impersonate="false" />
B、Modify line 4 in the Web.config file in the MoreDetails folder as follows:<allow users="*" />
C、Add the following directive between line 1 and line 2 in the Web.config file in the MoreDetails folder:<identity impersonate="true" />
D、Replace line 1 in the Web.config file in the MoreDetails folder with <authentication mode="Windows" />
E、Add the following directive between line 1 and line 2 in the Web.config file in the Details folder: <identity impersonate="true" />