有没有通过 HTTPS 访问 VisualStudio 内置的 ASP.NET 开发服务器的方法?
Cassini 不支持 HTTPS。
However, you can use IIS to do this, if your using IIS 5.1, download the MS IIS toolpack for IIS 6.0, it comes with a tool to create self signed SSL certificates. This works on IIS 5.1
Http://www.microsoft.com/downloads/details.aspx ? FamilyID = 56fc92ee-a71a-4c73-b628-ade629c89499 & displayLang = en
您需要的一个工具(SelfSSL.exe)在 IIS 5.1中可以很好地工作。不幸的是,它和其他一些东西捆绑在一起。
步骤:
此时,您将能够通过 HTTPS 运行本地主机。
WilcoBauwer 编写了一个支持 https 的 webdev 服务器。他是开发者之一,卡西尼视觉工作室2005年建立在网络服务器。WebDev WebServer2
到目前为止,我们可以使用 IISExpress 在 SSL 中进行开发和测试。下面是一篇完整的文章,介绍了如何使用 IISExpress 和 VisualStudion2010在 SSL 中开发网站。
下一个
然后你会得到这个
使用 IISExpress 在开发时使用 SSL 更容易
介绍 IIS 快线
在解决方案资源管理器中选择项目文件: ,例如: “ WebApplication1”。
With pressing ALT + Enter you enter the project-properties.
Select “调试” on the 左边.
Here you can select "Enable SSL".
然后,您可以开始您的项目与 IISExpress 正常,它将开始使用 SSL,新的端口将是44301