单项选择题
Your network contains a Windows Server 2008 server that has the Web Server (IIS) server role installed.
You have a Web application that uses a custom application pool. The application pool is set to recycle every 1,440 minutes. The Web application does not support multiple worker processes.
You need to configure the application pool to ensure that users can access the Web application after the application pool is recycled.
What should you do?()
A.Set the Shutdown Executable option to True.
B.Set the Process Orphaning Enabled option to True.
C.Set the Disable Overlapped Recycling option to True.
D.Set the Disable Recycling for Configuration Changes option to True.
相关考题
-
单项选择题
You have the Web Server (IIS) role installed on a server that runs Windows Server 2008. You make changes to the configuration of an application named APP1. Users report that the application fails. You examine the event log and discover the following error message: 503 Service Unavailable. You need to ensure that users are able to connect to APP1. Which command should you run at the command prompt on the server?()
A.appcmd set config
B.appcmd stop apppool
C.appcmd start apppool
D.appcmd set apppool -
单项选择题
You install the Web Server (IIS) role on a server that runs Windows Server 2008. You configure a Web site named contoso.com and a Web application named Acctg on the Web server. The Web server runs out of disk space. You move Acctg to another drive on the Web server. The following table shows the current application configuration. Users report that they cannot access Acctg. You need to enable users to access Acctg. Which command should you run on the server?()
A.appcmd add app /site.name: contoso /path:/Acctg /physicalPath:d:\Acctg
B.appcmd add app /site.name: contoso /path:/Acctg /physicalPath:f:\Acctg
C.appcmd set app /site.name: contoso /path:/Acctg /physicalPath:d:\Acctg
D.appcmd set app /site.name: contoso /path:/Acctg /physicalPath:f:\Acctg -
单项选择题
You have the Web Server (IIS) role installed on a server that runs Windows Server 2008. You create a Web site named contoso.com. You copy an application named WebContent to the server. You need to enable the WebContent application on the Web site. What should you do?()
A.At the command prompt on the server, run the appcmd add site command.
B.At the command prompt on the server, run the appcmd add vdir command.
C.Select the Web site from the Internet Information Services (IIS) Manager console. Select Add Application.
D.Select the Web site from the Internet Information Services (IIS) Manager console. Select Add Virtual Directory.
