单项选择题
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.
相关考题
-
单项选择题
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. -
单项选择题
Every morning, you inspect your companys 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 -
单项选择题
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
