单选题You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the

题目
单选题
You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the virtual directory on the testing server without precompiling the site. What should you do?()
A

Use the Publish Web tool.

B

Use the Copy Web tool.

C

Use the command line to XCOPY the files.

D

Create a Web Setup project.


相似考题
更多“You create a Web site that you must copy from a development”相关问题
  • 第1题:

    You copy a Web site from a development site to a staging site. You do not have the Web site in a source control application. Another developer begins to fix bugs on the staging site while the development team adds features on the development site. You need to synchronize the development site and the staging site and copy the latest version of each file to both locations. What should you do? ()

    • A、Use the Copy Web tool.
    • B、Create a Web Setup project.
    • C、Use the Publish Web tool.
    • D、Use the command line to XCOPY the files.

    正确答案:A

  • 第2题:

    You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.What actions must you take to change the Exchange-specific cost for a site link?()

    • A、You must configure the host (A) resource records.
    • B、You must add and configure an IPSec Enforcement Network policy.
    • C、You must create an Outlook Web App Mailbox policy.
    • D、You must use the Set-ADSiteLink cmdlet.

    正确答案:D

  • 第3题:

    You are working with a team of developers on a Web site. You copy the Web site from the staging server to work on it locally. While making changes, you create new C# source code files and delete old ones. You need to ensure that your changes propagate to the staging server without affecting any files that you have not modified. Which tool should you use? ()

    • A、XCOPY
    • B、the Copy Web tool
    • C、the Publish Web tool
    • D、a Web Setup project

    正确答案:B

  • 第4题:

    You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the virtual directory on the testing server without precompiling the site. What should you do? ()

    • A、Use the Publish Web tool.
    • B、Use the Copy Web tool.
    • C、Use the command line to XCOPY the files.
    • D、Create a Web Setup project.

    正确答案:B

  • 第5题:

    You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control?()

    • A、BehaviorEditorPart
    • B、AppearanceEditorPart
    • C、PropertyGridEditorPart
    • D、LayoutEditorPart

    正确答案:B,D

  • 第6题:

    You are creating a custom control. The UI of the control must contain several text boxes and two buttons. The control must be available in the global assembly cache for reuse across multiple Web applications. You need to achieve this functionality by using the minimum amount of code. What should you do? ()

    • A、Create a control that derives from System.Web.UI.Control.
    • B、Create a control that derives from System.Web.UI.WebControls.CompositeControl.
    • C、Create a control that derives from System.Web.UI.WebControls.WebControl.
    • D、Create a control that derives from System.Web.UI.UserControl.

    正确答案:B

  • 第7题:

    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 server which runs Windows Server 2008. You install the Web Server (IIS) server role on this server. You create a Web site named wiikigo.com. You copy an applicationnamed WebContent to the server. You need to enable the WebContent application on the Web site. What action should you perform?()

    • A、The appcmd add vdir command should be run at the command prompt on the server.
    • B、The appcmd add site command should be run at the command prompt on the server.
    • C、You should choose the Web site from the Internet Information Services (IIS) Manager console. ChooseAdd Virtual Directory.
    • D、You should choose the Web site from the Internet Information Services (IIS) Manager console. ChooseAdd Application.

    正确答案:D

  • 第8题:

    单选题
    Every morning, you inspect your company's development and staging servers. You do this to ensure that the servers have the same versions of all files in your Web application.For security reasons, you can only access the staging server through FTP.You need to synchronize files from the staging server so that the staging server matches the development server.You want to achieve this goal by using the minimum amount of administrative effort. Which tool should you use?()
    A

    FTP

    B

    XCOPY

    C

    the Publish Web tool

    D

    the Copy Web tool


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

  • 第9题:

    单选题
    You copy a Web site from a development site to a staging site. You do not have the Web site in a source control application. Another developer begins to fix bugs on the staging site while the development team adds features on the development site. You need to synchronize the development site and the staging site and copy the latest version of each file to both locations. What should you do? ()
    A

    Use the Copy Web tool.

    B

    Create a Web Setup project.

    C

    Use the Publish Web tool.

    D

    Use the command line to XCOPY the files.


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

  • 第10题:

    单选题
    You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed.   The server contains a Web site that is configured to use only Windows Authentication. You have a security group named Group1 that contains several user accounts.  You need to prevent the members of Group1 from accessing a Web site. You must not prevent other users from accessing the Web site.  Which Web site feature should you configure?()
    A

    Authentication

    B

    Authorization Rules

    C

    IIS Manager Permissions

    D

    SSL Settings


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

  • 第11题:

    单选题
    You create a Web site with membership and personalization enabled. You must use an existing CRM database for storing the membership information. You need to implement the Membership Provider. What should you do?()
    A

    Modify the connection string in the Web.config file to connect to the CRM database.

    B

    Add new a SqlMembershipProvider to the Web.config file.

    C

    Create a custom Membership Provider inheriting from MembershipProvider.

    D

    Create a custom MembershipUser inheriting from MembershipUser.


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

  • 第12题:

    You are a systems administrator responsible for deploying Windows SharePoint Services (WSS) for accessby users from an external business partner. You have installed the appropriate server role and have verified that the SharePoint Web site loads properly from the local server computer. All options are usingtheir installation default values. External users report that they cannot log on to the site. Which of thefollowing changes should you make to resolve the problem?()

    • A、Create a new site within an existing site collection for the external users.
    • B、Create a new site collection for the external users.
    • C、Change the authentication mode for the Web application to Forms authentication.
    • D、Modify the User Permissions For Web Applications settings.

    正确答案:C

  • 第13题:

    You recently developed a Web application that accesses an external Web service to retrieve current exchange rates for Certkiller .com's e-Commerce Web site. The Web service converts USD prices to the customer's local currency. You have stored the URL to the external Web service's endpoint in the section of the Web.config file. The Web application has been successfully deployed to a Certkiller .com Web server named Certkiller -SR14. A few months later the vendor of the Web service changes the port that is used to access the Web service. You need to update the section of the Web application's Web.config file from Certkiller -WS528. You need to ensure that your solution has a minimal impact on customers that may be connected to the e-Commerce Web site. What should you do?()

    • A、 Create a Host entry in the Lmhosts file on Certkiller -SR14. Point the Host entry to the new end point.
    • B、 Use the Copy Web Site function in Visual Studio 2005 to deploy the Web.config file from Certkiller -WS528 to Certkiller -SR14.
    • C、 Create a Web Setup project in Visual Studio 2005 to deploy the Web.config file from Certkiller -WS528 to Certkiller -SR14.
    • D、 Use the Web Site Administration Tool to change the <appSettings> section of the Web.config file.

    正确答案:D

  • 第14题:

    You create a Web site with membership and personalization enabled. You must use an existing CRM database for storing the membership information. You need to implement the Membership Provider. What should you do?()

    • A、Modify the connection string in the Web.config file to connect to the CRM database.
    • B、Add new a SqlMembershipProvider to the Web.config file.
    • C、Create a custom Membership Provider inheriting from MembershipProvider.
    • D、Create a custom MembershipUser inheriting from MembershipUser.

    正确答案:C

  • 第15题:

    You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()

    • A、aspnet_compiler.exe
    • B、InstallUtil.exe
    • C、CSC.exe
    • D、aspnet_wp.exe

    正确答案:A

  • 第16题:

    Your network contains two Web servers named Web1 and Web2. Web1 hosts the companys corporate Web site. Web2 is a test server that contains a copy of the Web site.Users connect to Web1 by using the URL http://www.contoso.com.A Web developer named User1 plans to test updates to the Web site on Web2.You need to ensure that User1 connects to Web2 by using the URL http://www.contoso.com. The solution must ensure that all other computers connect to Web1.What should you do?()

    • A、From User1s computer, create a record in the Hosts file.
    • B、From User1s computer, create a record in the Lmhosts file.
    • C、From a DNS server, create a new Host (A) resource record.
    • D、From a DNS server, create a new Alias (CNAME) resource record.

    正确答案:A

  • 第17题:

    You have a Web server named Web1 that runs Windows Server 2003 Service Pack 2 (SP2). Users on the internal network connect to the Web site on Web1 by using the URLhttp://www.contoso.com.  From the Internet, you cannot connect to the Web site by using the URL http://www.contoso.com. You can connect to the Web site by using the public IP address of Web1.You need to ensure that users on the Internet can connect to the Web site on Web1 by using the URL http://www.contoso.com. You deploy a DNS server that is accessible on the Internet.  What should you do next?()

    • A、Create a stub zone for contoso.com. 
    • B、Create a primary zone for contoso.com. 
    • C、Create a secondary zone for contoso.com. 
    • D、Configure a conditional forwarder for contoso.com. 

    正确答案:B

  • 第18题:

    单选题
    You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the virtual directory on the testing server without precompiling the site. What should you do? ()
    A

    Use the Publish Web tool.

    B

    Use the Copy Web tool.

    C

    Use the command line to XCOPY the files.

    D

    Create a Web Setup project.


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

  • 第19题:

    单选题
    You are working with a team of developers on a Web site. You copy the Web site from the staging server to work on it locally. While making changes, you create new C# source code files and delete old ones. You need to ensure that your changes propagate to the staging server without affecting any files that you have not modified. Which tool should you use? ()
    A

    XCOPY

    B

    the Copy Web tool

    C

    the Publish Web tool

    D

    a Web Setup project


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

  • 第20题:

    单选题
    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 server which runs Windows Server 2008. You install the Web Server (IIS) server role on this server. You create a Web site named wiikigo.com. You copy an applicationnamed WebContent to the server. You need to enable the WebContent application on the Web site. What action should you perform?()
    A

    The appcmd add vdir command should be run at the command prompt on the server.

    B

    The appcmd add site command should be run at the command prompt on the server.

    C

    You should choose the Web site from the Internet Information Services (IIS) Manager console. ChooseAdd Virtual Directory.

    D

    You should choose the Web site from the Internet Information Services (IIS) Manager console. ChooseAdd Application.


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

  • 第21题:

    单选题
    You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()
    A

    aspnet_compiler.exe

    B

    InstallUtil.exe

    C

    CSC.exe

    D

    aspnet_wp.exe


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