什么是Application Pool?

题目

什么是Application Pool?


相似考题

4. You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  You host the Web application in Microsoft Internet Information Services (IIS) 6.0. You browse theapplication and receive the following error message:  Server Application Unavailable  The web application you are attempting to access on this web server is currently unavailable.Please hit the "Refresh" button in your web browser to retry your request.  You view the Application event log and discover the following message:  It is not possible to run two different versions of ASP.NET in the same IIS process. Please use theIIS Administration Tool to reconfigure your server to run the application in a separate process.  To ensure productivity you need to solve this problem as quick as possible.  What should you do?()A、You should change the IIS isolation mode.B、You should assign the application to another application pool.C、You should configure all applications that are part of your application's application pool in orderto use the same version of ASP.NET.D、You should run the Aspnet_regiis.exe Tool.E、You should restart the application pool that hosts the application.

更多“什么是Application Pool?”相关问题
  • 第1题:

    Which three are described in the standard web application deployment descriptor?()  

    • A、 session configuration
    • B、 MIME type mappings
    • C、 context root for the application
    • D、 servlet instance pool configuration
    • E、 web container default port bindings
    • F、 ServletContext initialization parameters

    正确答案:A,B,F

  • 第2题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. When you access the application in a Web browser, you receive the following error message: "Service Unavailable".  You need to access the application successfully.  What should you do?()

    • A、Start Microsoft IIS 6.0. 
    • B、Start the Application pool. 
    • C、Set the .NET Framework version. 
    • D、Add the Web.config file for the application.

    正确答案:B

  • 第3题:

    A small bio-technical company is interested in implementing a 32-node Linux cluster.  They developed their own software that allows all of the nodes to work on the same problem at the same time.  The application requires messages to be passed between the nodes. Each node will require access to a shared storage pool of around 500GB. To identify throughput requirements for the storage pool, which of the following is the most appropriate question to ask?()

    • A、Is high availability required?
    • B、Which network protocols are going to be used?
    • C、What are the expected I/O’s per second to the storage?
    • D、To what network infrastructure is the storage pool connected?

    正确答案:C

  • 第4题:

    A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?()

    • A、Configure a Max Threads Constraint and add your application to the list of applications for the  Constraint.
    • B、Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and  configuration your application to use the Work Manager.
    • C、Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and  configure your application to use the Work Manager.
    • D、Configure a global MaxThreads constraint and target it to the server or clusters where your  application is deployed.
    • E、Configure the startup parameter "-Dwls-maxThreads" to be the same as the number of  database connections configured.

    正确答案:B

  • 第5题:

    You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.  You deploy the application on a Microsoft IIS 6.0 Web server. The server runs on a worker process isolation mode, and it hosts the .NET Framework version 1.1 Web applications. When you attempt to browse the application, the following error message is received:  "It is not possible to run different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process."    You need to ensure that the following requirements are met: all the applications run on the server  all the applications remain in process isolation mode all the applications do not change their configuration.   Which two actions should you perform?()

    • A、Create a new application pool and add the new application to the pool. 
    • B、Configure the IIS 6.0 to run the WWW service in the IIS 5.0 isolation mode. 
    • C、Configure the new application to use the .NET Framework version 2.0 in the IIS 6.0 Manager. 
    • D、Set autoConfig="false" on the <processModel> property in the machine.config file. 
    • E、Disable the Recycle worker processes option in the Application Pool Properties dialog box.

    正确答案:A,C

  • 第6题:

    You are developing an application that connects to a Microsoft SQL Server database using the SqlConnection object. Your connection objects are being pooled. As the pool fills up, connection requests are queued. Some connection requests are rejected. You need to ensure that the application releases connections back to the pool as soon as possible. Also, you need to decrease the likelihood that connection requests will be rejected. Which three actions should you perform?()

    • A、Ensure that the Close method is called on each connection object after it has finished executing.
    • B、Ensure that each connection object is left open after it has finished executing.
    • C、Increase the Max Pool Size value inside the connection string.
    • D、Increase the Min Pool Size value inside the connection string.
    • E、Increase the Connection Lifetime value inside the connection string.
    • F、Increase the value of the ConnectionTimeout property of the SqlConnection object.

    正确答案:A,C,F

  • 第7题:

    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.

    正确答案:C

  • 第8题:

    You work as a Web Developer at Certkiller.com. You create a Web application using MicrosoftASP.NET 3.5.  Certkiller.com hosts the application in Microsoft Internet Information Services 7.0. You attempt tobrowse the application and receive the following error message:  Service Unavailable    HTTP Error 503. The service is unavailable.   You check and discover that you are able to browse successfully to other application that formspart of the same IIS Web site. The hosted applications on the network make use of ASP.NET 3.5.There are not previous versions of ASP.NET is installed. You need to resolve this error as soon aspossible.  What should you do?()

    • A、You should run the ServiceModel Metadata Utility tool (Svcutil.exe).
    • B、You should change the pipeline mode associated with the application pool that hosts theapplication.
    • C、You should run the ASP.NET Registration Tool (Aspnet_regiis.exe).
    • D、You should make sure that the application pool that hosts the application is initiated.

    正确答案:D

  • 第9题:

    多选题
    Which three are described in the standard web application deployment descriptor?()
    A

    session configuration

    B

    MIME type mappings

    C

    context root for the application

    D

    servlet instance pool configuration

    E

    web container default port bindings

    F

    Servlet Context initialization parameters


    正确答案: D,A
    解析: 暂无解析

  • 第10题:

    多选题
    You are a systems administrator responsible for managing a Windows Server 2008 Web Server Currently,there are no Web sites configured on the server. You need to configure the server to host two Web applications: Engineering App and Sales App. Both Web applications must be accessible by using HTTPport 80 without the use of host headers. Also, you must protect against problems in one Web applicationaffecting the performance or reliability of the other Web application. Which two steps should you take tomeet these requirements?()
    A

    Create a single Web site that contains both Web applications.

    B

    Create two Web sites, one for each Web application.

    C

    Assign both Web applications to the same application pool.

    D

    Assign each Web application to its own application pool.


    正确答案: B,D
    解析: 暂无解析

  • 第11题:

    单选题
    You have two servers that run Windows Server 2008 named Server1 and Server2. You install Windows SharePoint Services (WSS) 3.0 on Server1. You install the SMTP feature on Server2. You configure the outgoing e-mail settings on Server1 to use the SMTP service on Server2. You need to ensure that e-mail messages from Server1 are forwarded to users. What should you do?()
    A

    On Server2, create a new application pool, and then associate the application pool with a new Web site.

    B

    On Server2, configure the SMTP service to accept anonymous connections and to relay e-mail messages.

    C

    On Server1, create a new application pool. On an internal DNS server, create a new MX record for Server1.

    D

    On Server1, create a new application pool. On an internal DNS server, create a new MX record for Server2.


    正确答案: B
    解析: 暂无解析

  • 第12题:

    Which three are described in the standard web application deployment descriptor?()

    • A、session configuration
    • B、MIME type mappings
    • C、context root for the application
    • D、servlet instance pool configuration
    • E、web container default port bindings
    • F、Servlet Context initialization parameters

    正确答案:A,B,F

  • 第13题:

    Companycom has just installed a p5 595 with four uncapped LPARs in a shared processor pool. The system and profile settings are still in their default states. One of the LPARs has an application that is consuming all of the available shared processor resources. Users of this application are complaining about response time. Which of the following changes to the slow LPAR would improve response time?()

    • A、Enable SMT
    • B、Reduce the weight
    • C、Renice the process
    • D、Increase the weight

    正确答案:D

  • 第14题:

    The WebSphere Application Server provides a Dynamic Cache Monitor.  Which of the following can be monitored using this tool?()

    • A、Servlet Response Times
    • B、Cache Statistics
    • C、Database Connection Pool Statistics
    • D、Disk Statistics

    正确答案:B,D

  • 第15题:

    You have two servers that run Windows Server 2008 named Server1 and Server2. You install Windows SharePoint Services (WSS) 3.0 on Server1. You install the SMTP feature on Server2. You configure the outgoing e-mail settings on Server1 to use the SMTP service on Server2. You need to ensure that e-mail messages from Server1 are forwarded to users. What should you do?()

    • A、On Server2, create a new application pool, and then associate the application pool with a new Web site.
    • B、On Server2, configure the SMTP service to accept anonymous connections and to relay e-mail messages.
    • C、On Server1, create a new application pool. On an internal DNS server, create a new MX record for Server1.
    • D、On Server1, create a new application pool. On an internal DNS server, create a new MX record for Server2.

    正确答案:B

  • 第16题:

    You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. You deploy the application on a Microsoft IIS 6.0 Web server. The server runs on a worker process isolation mode, and it hosts the .NET Framework version 1.1 Web applications.  | English | Chinese | Japan | Korean | - 108 - Test Information Co., Ltd. All rights reserved. When you attempt to browse the application, the following error message is received:  "It is not possible to run different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process." You need to ensure that the following requirements are met:  ¡;¤All the applications run on the server  ¡;¤All the applications remain in process isolation mode  ¡;¤All the applicatios do not change their configurations.  Which two actions should you perform?()

    • A、Create a new application pool and add the new application to the pool.
    • B、Configure the IIS 6.0 to run the WWW service in the IIS 5.0 isolation mode.
    • C、Configure the new application to use the .NET Framework version 2.0 in the IIS 6.0 Manager. 
    • D、Set autoConfig="false" on the  property in the machine.config file.
    • E、Disable the Recycle worker processes option in the Application Pool Properties dialog box.

    正确答案:A,C

  • 第17题:

    You are a network administrator for your company. You need to test a new application.   The application requires two processors and 2 GB of RAM. The application also requires shared folders on the application server and requires the installation of software on the client computers.   You create the test plan. You assemble a server in the test lab. You install Windows Server 2003, Web Edition on theserver. You install the application on the server. You install the client software components for the application on 20 client computers in the test lab.   You test the application. You discover that only some of the client computers can run the application. You turn off the client computers that ran the application successfully, and you test again. The client computers that failed in the first test now run the application successfully.   You need to identify the cause of the failure and update your test plan.   What should you do? ()

    • A、 Increase the Maximum number of worker processes to 20 for the default application pool.
    • B、 Use Add or Remove Programs to add the Application Server Windows component.
    • C、 Change the Application pool identity to Local Service for the default application pool.
    • D、 Change the test server operating system to Windows Server 2003, Standard Edition or Windows Server 2003, Enterprise Edition.

    正确答案:D

  • 第18题:

    You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. A Windows Server 2008 server is included by your network and the WebServer (IIS) server role is installed on Windows Server 2008. There is a Web application which a customapplication pool is utilized. The company set the application pool to recycle every 1,440 minutes. Multipleworker processes are not supported by the Web application. Since you are the technical support, you arerequired to have the application pool configured so as to make sure that the Web application is available tousers after the application pool is recycled. Which action should be performed to achieve the goal?()

    • A、To achieve the goal, the Disable Recycling for Configuration Changes option should be set to True.
    • B、To achieve the goal, the Shutdown Executable option should be set to True.
    • C、To achieve the goal, the Process Orphaning Enabled option should be set to True.
    • D、To achieve the goal, the Disable Overlapped Recycle option should be set to True.

    正确答案:D

  • 第19题:

    You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. There is a Windows Server 2008 server, and the Web Server (IIS) server roleis installed on the server. Multiple Web sites are hosted by the server. Since you are the technical support,you are required to set the server to make it automatically release memory for a single Web site. What's more, no other Web sites should be impacted. Which action should be performed to achieve the goal?()

    • A、From the Application Pool Defaults, the Recycling options should be changed.
    • B、A new Web site should be created and the bindings should be edited for the Web site.
    • C、A new application pool should be created and the Web site should be associated to the application pool.
    • D、A new virtual directory should be created and the Physical Path Credentials on the virtual directoryshould be changed.

    正确答案:C

  • 第20题:

    单选题
    A small bio-technical company is interested in implementing a 32-node Linux cluster.  They developed their own software that allows all of the nodes to work on the same problem at the same time.  The application requires messages to be passed between the nodes. Each node will require access to a shared storage pool of around 500GB. To identify throughput requirements for the storage pool, which of the following is the most appropriate question to ask?()
    A

    Is high availability required?

    B

    Which network protocols are going to be used?

    C

    What are the expected I/O’s per second to the storage?

    D

    To what network infrastructure is the storage pool connected?


    正确答案: C
    解析: 暂无解析

  • 第21题:

    多选题
    Which three are described in the standard web application deployment descriptor?()
    A

    session configuration

    B

    MIME type mappings

    C

    context root for the application

    D

    servlet instance pool configuration

    E

    web container default port bindings

    F

    ServletContext initialization parameters


    正确答案: C,A
    解析: 暂无解析

  • 第22题:

    单选题
    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. The serverhosts a Web application called App1 that uses a custom application pool, which is set to recycle every1,440 minutes. The App1 does not support multiple worker processes. Which of the following options wouldyou choose to configure the application pool to ensure that users can access App1 after the applicationpool is recycled?()
    A

    Set the Disable Overlapped Recycling option to True.

    B

    Set the Shutdown Executable option to True.

    C

    Set the Disable Recycling for Configuration Changes option to True.

    D

    Set the Process Orphaning Enabled option to True.


    正确答案: B
    解析: 暂无解析