简体   繁体   English

网络设置问题

[英]Web setup problem

I need to package my ASP.NET Silverlight web site to a single MSI file. 我需要将ASP.NET Silverlight网站打包为单个MSI文件。 But when creating web setup project, it can't install on iis version greater than 6. On greater versions it only installs when 'IIS 6 compatibility mode' is enabled on server. 但是,当创建Web安装项目时,它不能在大于6的iis版本上安装。在更大的版本上,仅当在服务器上启用“ IIS 6兼容模式”时才安装。 How can i make my setup project, so it installs correctly? 如何制作我的安装项目,使其正确安装? PS I don't have admin rights on server. PS我在服务器上没有管理员权限。

If you are installing to IIS7+, I'd suggestion using Web Deploy . 如果要安装到IIS7 +,建议使用Web Deploy It simplifies IIS deployment and is now the recommended way to deploy to IIS7 or above. 它简化了IIS的部署,现在是推荐部署到IIS7或更高版本的方法。 Also, there is good integration with Visual Studio 2010 as well as both MMC and PowerShell integration with IIS. 而且,它与Visual Studio 2010以及与IIS的MMC和PowerShell集成都很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM