niusouti.com

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 vi

题目

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 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 vi”相关问题
  • 第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 are deploying a Web site to a server managed by a hosting company. The only access you have to the server is through FTP. You need to precompile and deploy the Web site without its source files. What should you do? ()

    • A、Use the Copy Web tool.
    • B、Use the Publish Web tool.
    • C、Use XCOPY.
    • D、Use the Web Setup project Installer.

    正确答案:B

  • 第3题:

    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

  • 第4题:

    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

  • 第5题:

    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

  • 第6题:

    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

  • 第7题:

    单选题
    You are deploying an ASP.NET Web application to a remote server. You need to choose a deployment method that will ensure that all IIS settings, in addition to the Web content, will deploy to the remote server. Which deployment method should you choose?()
    A

    the XCOPY command-line tool

    B

    the Copy Web Site tool

    C

    the Web Deployment tool

    D

    the Publish Web Site utility


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

  • 第8题:

    单选题
    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


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

  • 第9题:

    单选题
    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.


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

  • 第10题:

    You have a server named Server1 that runs Windows Server 2003 Web Edition Service Pack 2 (SP2). You create a new virtual directory named App1. App1 contains a Web application. Users report that when they enter http://app1 in their Web browsers, they are unable to connect to the Web application. You need to ensure that users can access the Web application when they connect to http://app1. What should you do? ()

    • A、Move the content of the Web application to C:/App1. Change the home directory for App1.
    • B、Move the content of the Web application to C:/App1. Change the application pool for App1.
    • C、Remove the App1 virtual directory. Create a new Web site, and then configure the Web site to use port 8080. In DNS, create a Host record for App1.
    • D、Remove the App1 virtual directory. Create a new Web site, and then configure the Web site to use a host header of App1. In DNS, create a Host record for App1.

    正确答案:D

  • 第11题:

    Your team creates a Web site. The Web site needs to be deployed to a staging server for performance testing. You plan to make a number of performance enhancements and then retest. You need to compile and copy the Web site to the staging server. What should you do? ()

    • A、Write a batch file that uses aspnet_compiler.exe.
    • B、Write a batch file that uses InstallUtil.exe.
    • C、Write a batch file that uses Csc.exe.
    • D、Write a batch file that uses aspnet_wp.exe.

    正确答案:A

  • 第12题:

    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

  • 第13题:

    You are deploying a Web site to a server managed by a hosting company. The only access you have to the server is through FTP. You need to precompile and deploy the Web site without its source files. What should you do? ()

    • A、Use the Copy Web tool.
    • B、Use the Publish Web tool.
    • C、Use XCOPY.
    • D、Use the Web Setup project Installer.

    正确答案:B

  • 第14题:

    You have a server that runs Windows Server 2008. The Web Server (IIS) role is installed.  You plan to host multiple Web sites on the server. You configure a single IP address for the server. All Web sites are registered in DNS to point to the single IP address.  You need to ensure that each Web site only responds to requests by name from all client computers.  What should you do?()

    • A、Configue a unique port for each Web site.
    • B、Configue a unique IP address for each Web site.
    • C、Configue a unique Host Header for each Web site.
    • D、Edit the Hosts file on the server to add all the Web site names associated to the network address.

    正确答案:C

  • 第15题:

    单选题
    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.


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

  • 第16题:

    单选题
    You have a Windows Server 2008 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 achievethis goal without affecting the other Web sites. What should you do?()
    A

    Create a new Web site and edit the bindings for the Web site.

    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.


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

  • 第17题:

    单选题
    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
    解析: 暂无解析