You have a Windows Server 2008 R2 server that has the Web Server (IIS) server role installed. The
server hosts multiple Web sites. You need to configure the server to automatically release memory
for a single Web site. You must achieve this goal without affecting the other Web sites. What should
you do?
B.
Create a new application pool and associate the Web site to the application pool.
C.
Create a new virtual directory and modify the Physical Path Credentials on the virtual directory.
D.
From the Application Pool Defaults, modify the Recycling options.
Explanation:
To configure the server to automatically release memory for a single website without affecting the
other Web sites, you need to create a new application pool and associate the Web site to the
application pool An application pool is a group of one or more URLs that are served by a worker
process or a set of worker processes. Application pools set boundaries for the applications they
contain, which means that any applications that are running outside a given application pool cannot
affect the applications in the application pool. You can configure the server to automatically release
memory or to release memory after reaching maximum used memory. Reference: IIS 7.0: Managing
Application Pools in IIS 7.0
http://technet2.microsoft.com/windowsserver2008/en/library/1dbaa793-0a05-4914-a065-
4d109db3b9101033.mspx?mfr=true
Reference: IIS 7.0: Configuring Recycling Settings for an Application Pool
http://technet2.microsoft.com/windowsserver2008/en/library/0d5770e3-2f6f-4e11-a47c-
9bab6a69ebc71033.mspx?mfr=true