You are an enterprise administrator for Cer-tech .com. The company runs Windows Server 2008 on all theservers on the network. One of the servers, Server01 has the Web Server (IIS) role installed on it. A webdeveloper of the company created a website that run a web application called App1 using ASP.NET 3.0and hosted it on Server01. The Server01 was already running other ASP.NET applications. The new webapplication App1 must run under a security context that is separate from any other ASP.NET application onthe Web server. To fulfill this requirement, you create a local user account and grant account rights and permissions to runApp1. Which of the following options would choose to configure authentication for the new website tosupport App1?()
A. Enable the ASNET Impersonation setting and specify the new local user account to edit the ASNETImpersonation setting.
B. Enable the Windows Authentication setting.
C. Enable the Forms Authentication setting and retain all the default settings.
D. Configure the ASNET State service to log on to the new local user account by using the Services console.