You deploy a medium-trust ASP.NET Web application to a Web server that runs IIS 7.0.
The Web server hosts multiple Web sites. Web applications hosted on the Web server must
not have access to the local resources of other Web applications hosted on the Web server.
You need to recommend a deployment strategy. What should you recommend?
A.
Deploy each Web application in a separate application pool. Use the built-in
ApplicationPoolIdentity account.
B.
Deploy each Web application in a separate application pool. Create and use a single
custom account.
C.
Deploy all the Web applications in the built-in DefaultAppPool application pool. Set the
Managed Pipeline Mode setting to Classic.
D.
Deploy all the Web applications in a single custom application pool.