安装在IIS上创建虚拟目录的工具
我可以使用什么安装工具在 IIS 上创建虚拟目录? 开源,免费或用 C# 实现。
What install tool can I use to create Virtual Directory on IIS? OpenSource, free or to do in C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
WiX 可以创建 IIS 虚拟目录。
WiX can create IIS virtual directories.
您可以使用 NAnt 和 NAntContrib 项目中的 MKIISdir 任务创建 IIS 虚拟目录
You can create IIS virtual directorys using NAnt and the MKIISdir task in the NAntContrib project
您可以使用 Visual Studio 中包含的 VS.NET Web 安装项目。
查看这篇文章,了解您的网络应用程序的部署可能性列表:
You can use the VS.NET Web Setup Project included into visual studio.
Check this article for a list of deployment possiblities for your web app :
您可以使用 Microsoft Web 部署工具,用于重新创建网站结构。
You could use Microsoft Web Deployment Tool to recreate a website structure.
您可以通过命令行从任何安装程序调用一个小型 VBScript,并访问 IIS 对象。
you can call a small VBScript from any installer via command line, and access the IIS object.