我在asp.net mvc应用程序SSL Enabled = true
中设置了使用(现在是https://localhost:63892/
和http://localhost:12555/
,但是当我通过Debug运行应用程序时,它说“安全连接失败”。我在做什么错了吗?
最佳答案
确保Visual Studio生成的自签名证书受信任。该证书称为IIS Express开发证书
http://blogs.msdn.com/b/robert_mcmurray/archive/2013/11/15/how-to-trust-the-iis-express-self-signed-certificate.aspx