你创建一个名为MyApp的ASP.NET应用程序并将安装在一个名为TestKingSrv的WEB服务器上。 你创建了一个Web安装项目来配置你的ASP.NET应用程序并把它加到你的解决方案中。你设置配置管理器为Release模式,并为你的程序创建了一个部署包。你把部署包拷贝到CD-ROM并带到TestKingSrv。 你登录到TestKingSrv并在CD—ROM执行部署包。在安装过程中,你收到以下错误: “The specified path “http://TestKingSrv/MyApp’ is unavailable. The Internet Information Server might not be running or the patch exists and is redirected to another machine. Please check the status of the virtual directory in the Internet Service Manager”. 你检验了TestKingSrv上正运行IIS并且指定路径不存在。你想在TestKingSrv上安装应用程序,你应该怎么做? A. 用/a命令行以Administrative 模式运行部署包 B. 退出并用一个有TestKingSrv管理员特权的用户重新登录 C. 创建一个名为MyApp的IIS虚拟目录并配置为可写 D. 拷贝CD—ROM上的部署包到TestKingSrv本地目录然后执行部署包