asp.net – HTTPS停止使用IIS express

我经历了这整个程序

http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx

几个星期前,并在所有IP的端口443上进行了https的工作.机器几天前重新启动,我试图再次访问该网站(通过VS2010启动,IIS快递托盘显示站点运行在80和443). http的工作正常,但https只是说“互联网浏览器无法显示页面”.我可以看到netstat系统进程正在侦听端口443,但我没有在浏览器中得到任何东西. fiddler显示一些隧道活动,但没有其他的东西.我应该检查什么来让这个备份运行?上述博客上的所有步骤都是对我的巫术,所以现在不行,我根本不知道从哪里开始.

-jt

解决方法

你尝试了以下(发布在 http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx底部).

“I think by moving the self signed cert from Personal to Trusted Root CA directory causes a problem that SSL stops working after developers reboot their machines. (Don’t kNow how it happens,but it does happen consistently.) I finally get around this issue by export and re-import the self-signed cert into the trusted root directory (instead of simply drag it over). Now my self-signed cert is considered and I don’t need to REINSTALL/REPAIR IIS Express every time I reboot the machine. “

相关文章

ASP.NET与IIS是紧密联系的,由于IIS6.0与IIS7.0的工作方式的...
在之前的ASP.NET是如何在IIS下工作的这篇文章中介绍了ASP.NE...
这篇文章主要讲解了“WPF如何实现带筛选功能的DataGrid”,文...
本篇内容介绍了“基于WPF如何实现3D画廊动画效果”的有关知识...
Some samples are below for ASP.Net web form controls:(fr...
问题描述: 对于未定义为 System.String 的列,唯一有效的值...