捆绑 ASP.Net 应用程序作为可安装在客户端桌面上进行分发
是否有可能以任何方式将 ASP.Net 捆绑为可安装的应用程序,用户可以下载并安装在桌面上,而无需进入下载 IIS 等的模式? 安装所有这些东西。 我确实知道 IIS 对于 asp.net 是必需的,所以我如何将其捆绑为设置的一部分,以节省业务用户的 iis 的复杂性等。
Is it possible in anyway to bundle an ASP.Net as an installable application which users can download and install on their desktops without getting into the modalities of downloading IIS, etc & installing all that stuff.
I do understand that IIS is compulsory for asp.net so how can i bundle it as part of the setup to save the business users the complexity of iis, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。 IIS 可以完全从等式中删除...基本上您需要创建自己的 ASP.NET 主机。 Dan Esposito 的 ASP.NET 书籍有一整章专门讨论这一点。 网上还有其他资源。
Yes, this is possible. IIS can be entirely removed from the equation... Basically you'll need to create your own ASP.NET host. Dan Esposito's ASP.NET book has an entire chapter devoted to this. There are other resources online.