是否有支持 HTTPS 的 IIS 的免费替代方案?
我根据以下配置进行开发:
操作系统:Vista - 家庭版
IIS:IIS 7 - 仅是简化版本,没有管理控制台等。
我正在开发一个使用 ASP.NET MVC 2 的应用程序。
内置的 Visual Studio Server 非常适合我的工作,但它不支持HTTPS。
是否有支持 HTTPS 的 IIS 免费替代品,或者是否可以在 Vista Home Edition 上安装完整版 IIS?
I develop on the following configuration:
OS: Vista - Home Edition
IIS: IIS 7 - only in a simplified version without the administrative console, etc.
I'm working on an application that uses ASP.NET MVC 2.
The built-in Visual Studio Server is perfect for my work, but it does not support HTTPS.
Is there a free alternative to IIS that supports HTTPS, or whether it is possible to install the full version of IIS on Vista Home Edition?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 IIS Express,它是 IIS 7.5 的精简版:
Check out IIS Express, a cut down version of IIS 7.5:
理论上是的!您可以使用 Mono 和 Apache: Mono 上的 ASP.NET MVC 2 但为什么您的开发机器上需要 Https 吗?
In theory yes! You can use Mono and Apache: ASP.NET MVC 2 on mono But why do you need Https on your development machine?