简体   繁体   English

IIS Localhost Asp Net MVC应用程序抛出Erro 101(net :: ERR_CONNECTION_RESET)

[英]IIS Localhost Asp Net MVC application trows Erro 101 (net::ERR_CONNECTION_RESET)

I am no longer able to connect to my Asp NET mvc 4 application running on IIS7.5 我不再能够连接到在IIS7.5上运行的Asp NET MVC 4应用程序

I have made no change at all and after a computer restart I am getting: 我根本没有做任何更改,并且在计算机重新启动后,我得到:

Erro 101 (net::ERR_CONNECTION_RESET)

I am trying to access it from localhost. 我正在尝试从本地主机访问它。 The application still been developed so I don´t understand why it is happening. 该应用程序仍在开发中,所以我不明白为什么会这样。

Following instructions I have already done: 按照我已经完成的指示进行操作:

  • Checked IIS services 已检查的IIS服务
  • Re-configured IIS for this application 为此应用程序重新配置了IIS
  • Flushed DNS DNS刷新
  • Disabled Windows Firewall 禁用的Windows防火墙

Is there somenthing else I should look at??? 还有什么我应该看的吗??? Thanks 谢谢

Found the solution. 找到了解决方案。

For some reason I have might removed the localhost certificate used in the application. 由于某些原因,我可能删除了该应用程序中使用的localhost证书。

I created a new self-signed certificate, and added it to IIS. 我创建了一个新的自签名证书,并将其添加到IIS。 Last step was to add this certificate in the application SSL configuration. 最后一步是在应用程序SSL配置中添加此证书。

That´s all! 就这样!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM